ID:               33406
 Updated by:       [EMAIL PROTECTED]
 Reported By:      j-pieper at web dot de
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Windows XP Prof.
 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.

The error was in the english docs, so I've fixed them instead. The
german translation team will update their files when possible.


Previous Comments:
------------------------------------------------------------------------

[2005-06-20 11:14:19] j-pieper at web dot de

Description:
------------
I found a small mistake in the php-manual at
http://de2.php.net/manual/de/function.mysql-field-name.php because
there is a variable which content should be shown but it is between
single-quoted.

Reproduce code:
---------------
die('Auswahl der Datenabnk $dbname fehlgeschlagen: ' . mysql_error());

Expected result:
----------------
Auswahl der Datenabnk mydb fehlgeschlagen: <error_msg>

Actual result:
--------------
Auswahl der Datenabnk $dbname fehlgeschlagen: <error_msg>


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33406&edit=1

Reply via email to