[PHP-DOC] cvs: phpdoc /en/functions mail.xml From: Derick Rethans (d.rethans <email protected>)
Date: 04/23/01

derick Mon Apr 23 14:35:33 2001 EDT

  Modified files:
    /phpdoc/en/functions mail.xml
  Log:
  - Added a note about new lines
  
  
Index: phpdoc/en/functions/mail.xml
diff -u phpdoc/en/functions/mail.xml:1.15 phpdoc/en/functions/mail.xml:1.16
--- phpdoc/en/functions/mail.xml:1.15 Thu Feb 15 16:47:33 2001
+++ phpdoc/en/functions/mail.xml Mon Apr 23 14:35:33 2001
@@ -123,6 +123,12 @@
       </programlisting>
      </example>
     </para>
+ <note>
+ <para>
+ Make sure you have no new-line (or other whitespace) after your to or
+ subject parameters, as this may cause strange results.
+ </para>
+ </note>
    </refsect1>
   </refentry>