From c478a606275fe550f8550cb860a7ac3d6aac5a88 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 10 Feb 2001 17:02:08 +0000 Subject: [PATCH] Correcting typo reported by sthefan git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41086 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mail.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mail.xml b/functions/mail.xml index 81817ba9ce..c10a94eae8 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -81,7 +81,7 @@ mail("nobody@aol.com", "the subject", $message, /* recipients */ $recipient .= "Mary <mary@u.college.edu>" . ", " ; //note the comma -$recipient .= "Kelly <kelly@u.college.edu> . ", "; +$recipient .= "Kelly <kelly@u.college.edu>" . ", "; $recipient .= "ronabop@php.net"; /* subject */