dams            Sun Feb 11 23:56:15 2001 EDT

  Modified files:              
    /phpdoc/fr/functions        mail.xml 
  Log:
  Correcting typo reported by sthefan <[EMAIL PROTECTED]>
  
Index: phpdoc/fr/functions/mail.xml
diff -u phpdoc/fr/functions/mail.xml:1.6 phpdoc/fr/functions/mail.xml:1.7
--- phpdoc/fr/functions/mail.xml:1.6    Wed Feb  7 01:43:18 2001
+++ phpdoc/fr/functions/mail.xml        Sun Feb 11 23:56:14 2001
@@ -97,8 +97,8 @@
       <programlisting role="php">
 &lt;?php
 /* destinataire */
-$recipient .= "Mary &lt;[EMAIL PROTECTED]>" . ", " ; //remarquez les virgules
-$recipient .= "Kelly &lt;[EMAIL PROTECTED]> . ", ";
+$recipient .= "Mary &lt;[EMAIL PROTECTED]>".", " ; //remarquez les virgules
+$recipient .= "Kelly &lt;[EMAIL PROTECTED]>".", ";
 $recipient .= "[EMAIL PROTECTED]";
 /* sujet */
 $subject = "Rappel des anniversaires du mois d'aout";


Reply via email to