From 2f1002e1fee3443304d4ca0c682721d86c2e0d6c Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Wed, 10 Oct 2001 20:58:09 +0000 Subject: [PATCH] Typo (bug 13631) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59329 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mail.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mail.xml b/functions/mail.xml index 4eb77bd395..d9f9578575 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -1,5 +1,5 @@ - + Mail functions Mail @@ -98,7 +98,7 @@ mail("nobody@aol.com", "the subject", $message, Sending mail with extra headers and setting an additional command line parameter. mail("nobody@aol.com", "the subject", $message, - "From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVERNAME"); + "From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVER_NAME"); You can also use fairly simple string building techniques to