Date: 10/10/01
- Next message: jeroen <email protected>: "[PHP-DOC] Bug #13631 Updated: Wrong variable name in mail.xml"
- Previous message: slawek <email protected>: "[PHP-DOC] Bug #13631: Wrong variable name in mail.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jeroen Wed Oct 10 16:58:09 2001 EDT
Modified files:
/phpdoc/en/functions mail.xml
Log:
Typo (bug 13631)
Index: phpdoc/en/functions/mail.xml
diff -u phpdoc/en/functions/mail.xml:1.28 phpdoc/en/functions/mail.xml:1.29
--- phpdoc/en/functions/mail.xml:1.28 Fri Sep 21 21:22:45 2001
+++ phpdoc/en/functions/mail.xml Wed Oct 10 16:58:09 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<reference id="ref.mail">
<title>Mail functions</title>
<titleabbrev>Mail</titleabbrev>
@@ -98,7 +98,7 @@
<title>Sending mail with extra headers and setting an additional command line parameter.</title>
<programlisting>
mail("nobody <email protected>", "the subject", $message,
- "From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVERNAME");
+ "From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVER_NAME");
</programlisting>
</example>
You can also use fairly simple string building techniques to
- Next message: jeroen <email protected>: "[PHP-DOC] Bug #13631 Updated: Wrong variable name in mail.xml"
- Previous message: slawek <email protected>: "[PHP-DOC] Bug #13631: Wrong variable name in mail.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

