danbeck Sun May 20 19:59:47 2001 EDT
Modified files:
/phpdoc/en/functions mail.xml
Log:
corrected part of doc bug #9859
Index: phpdoc/en/functions/mail.xml
diff -u phpdoc/en/functions/mail.xml:1.17 phpdoc/en/functions/mail.xml:1.18
--- phpdoc/en/functions/mail.xml:1.17 Fri May 11 00:31:28 2001
+++ phpdoc/en/functions/mail.xml Sun May 20 19:59:47 2001
@@ -118,8 +118,8 @@
/* If you want to send html mail, uncomment the following line */
// $headers .= "Content-Type: text/html; charset=iso-8859-1\n"; // Mime type
-$headers .= "cc:[EMAIL PROTECTED]\n"; // CC to
-$headers .= "bcc:[EMAIL PROTECTED], [EMAIL PROTECTED]\n"; // BCCs to
+$headers .= "Cc: [EMAIL PROTECTED]\n"; // CC to
+$headers .= "Bcc: [EMAIL PROTECTED], [EMAIL PROTECTED]\n"; // BCCs to
/* and now mail it */
mail($recipient, $subject, $message, $headers);
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Derick Rethans
- Re: [PHP-DOC] cvs: phpdoc /en/functions mail.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Egon Schmid
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Egon Schmid
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Zak Greant
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions mail.xml Joey Smith
