For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > January 2006 > cvs: php-master-web /entry user-note.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: php-master-web /entry user-note.php
Nuno Lopes

2006-01-19, 7:56 am

nlopess Thu Jan 19 11:55:01 2006 UTC

Modified files:
/php-master-web/entry user-note.php
Log:
fix newline

http://cvs.php.net/viewcvs.cgi/php-...7&diff_format=u
Index: php-master-web/entry/user-note.php
diff -u php-master-web/entry/user-note.php:1.36 php-master-web/entry/user-note.php:1.37
--- php-master-web/entry/user-note.php:1.36 Mon Jan 16 17:51:42 2006
+++ php-master-web/entry/user-note.php Thu Jan 19 11:55:01 2006
@@ -77,7 +77,7 @@
}
$msg .= ")";
}
- $msg .= "Probable Submitter: {$ip}" . ($redirip ? ' (proxied: '.htmlspecialchars($redirip).')' : '') . "\n";
+ $msg .= "\nProbable Submitter: {$ip}" . ($redirip ? ' (proxied: '.htmlspecialchars($redirip).')' : '');

$msg .= "\n----\n";
$msg .= "Manual Page -- http://www.php.net/manual/en/$sect.php\n";
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com