mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
0e89f54262
commit
c478a60627
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ mail("nobody@aol.com", "the subject", $message,
|
|||
<programlisting>
|
||||
/* 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 */
|
||||
|
|
Loading…
Reference in a new issue