| wiesemann@php.net 2004-10-31, 8:55 am |
| ID: 28756
Updated by: wiesemann@php.net
Reported By: alexander dot gitter at student dot uni-tuebingen dot d
-Status: Bogus
+Status: Closed
Bug Type: Documentation problem
PHP Version: Irrelevant
New Comment:
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.
Thank you for the report, and for helping us make our documentation
better.
German translation is now up-to-update.
Previous Comments:
------------------------------------------------------------------------
[2004-06-12 17:29:36] nlopess@php.net
The english file is correct.
The problem is that the german version is outdated.
The file will be updated when translators have time to do it.
------------------------------------------------------------------------
[2004-06-12 16:19:37] alexander dot gitter at student dot uni-tuebingen
dot d
Description:
------------
Example no 4 in the german documentation of mail() has "name
<foo@bar.com>" as the $to parameter - right below the example there is
a notice that $to mustn't be in this form
Reproduce code:
---------------
/* Empfänger */
$to = "Mary <mary@example.com>" . ", " ; // beachten Sie das Komma
$to .= "Kelly <kelly@example.com>";
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28756&edit=1
|