From: [EMAIL PROTECTED]
Operating system: NA
PHP version: 4.1.1
PHP Bug Type: Documentation problem
Bug description: Problem in the French version of documentation about the function
mysql_result
English DOC :
mysql_result() returns the contents of one cell from a MySQL result set.
The field argument can be the field's offset, or the field's name, or the
field's table dot field name (tablename.fieldname).
French DOC :
mysql_result() retourne le contenu d'un champs dans le r�sultat MySQL
result_identifier. L'argument row peut-�tre un offset de champs, ou le nom
d'un champs, ou le nom de la table + point + le nom du champs
("table.champs").
In the second sentence "The field argument..." was translated in
"L'argument row..." instead of "L'argument field..."
Thats ALL.
--
Edit bug report at: http://bugs.php.net/?id=15213&edit=1