Correcting typo reported by sthefan <criacao.sthefan@netweb.com.br>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41086 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2001-02-10 17:02:08 +00:00
parent 0e89f54262
commit c478a60627

View file

@ -81,7 +81,7 @@ mail("nobody@aol.com", "the subject", $message,
<programlisting>
/* recipients */
$recipient .= "Mary &lt;mary@u.college.edu>" . ", " ; //note the comma
$recipient .= "Kelly &lt;kelly@u.college.edu> . ", ";
$recipient .= "Kelly &lt;kelly@u.college.edu>" . ", ";
$recipient .= "ronabop@php.net";
/* subject */