ID: 28756 Updated by: [EMAIL PROTECTED] 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] [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]>" 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 <[EMAIL PROTECTED]>" . ", " ; // beachten Sie das Komma $to .= "Kelly <[EMAIL PROTECTED]>"; ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28756&edit=1