cvs: phpdoc-cs /reference/mail/functions mail.xml
[email protected] ("Jakub Vrana") Mon, 05 Dec 2005 14:42:29 -0000
| Newsgroups | php.doc.cs |
|---|---|
| Message-ID | <cvsvrana1133793749@cvsserver> |
vrana Mon Dec 5 09:42:29 2005 EDT
Modified files:
/phpdoc-cs/reference/mail/functions mail.xml
Log:
PHP syntax error (spotted by Zdenek Vecera)
http://cvs.php.net/diff.php/phpdoc-cs/reference/mail/functions/mail.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-cs/reference/mail/functions/mail.xml
diff -u phpdoc-cs/reference/mail/functions/mail.xml:1.1 phpdoc-cs/reference/mail/functions/mail.xml:1.2
--- phpdoc-cs/reference/mail/functions/mail.xml:1.1 Sun Apr 14 19:46:56 2002
+++ phpdoc-cs/reference/mail/functions/mail.xml Mon Dec 5 09:42:26 2005
@@ -50,7 +50,7 @@
<programlisting>
/* recipients */
$recipient .= "Mary <[email protected]>" . ", " ; //v¹imnìte si èárky
-$recipient .= "Kelly <[email protected]> . ", ";
+$recipient .= "Kelly <[email protected]>" . ", ";
$recipient .= "[email protected]";
/* subject */
@@ -63,7 +63,7 @@
$message .= "17rd\t\tAug \t\t1973\n";
/* mù¾ete pøidat signaturu */
-$message .= "--\r\n"; //oddìlovaè signatury
+$message .= "-- \r\n"; //oddìlovaè signatury
$message .= "Birthday reminder copylefted by public domain";
/* dodateèné hlavièky pro chyby, From, cc, bcc, atd */