ID: 28756 Updated by: [EMAIL PROTECTED] Reported By: alexander dot gitter at student dot uni-tuebingen dot d -Status: Open +Status: Bogus Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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