[PHP-DOC] cvs: phpdoc /en/functions mail.xml From: Daniel Beckham (danbeck <email protected>)
Date: 05/20/01

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:birthdayarchive <email protected>\n"; // CC to
-$headers .= "bcc:birthdaycheck <email protected>, birthdaygifts <email protected>\n"; // BCCs to
+$headers .= "Cc: birthdayarchive <email protected>\n"; // CC to
+$headers .= "Bcc: birthdaycheck <email protected>, birthdaygifts <email protected>\n"; // BCCs to
 
 /* and now mail it */
 mail($recipient, $subject, $message, $headers);