ID: 27522 Updated by: [EMAIL PROTECTED] Reported By: bmorel at ssi dot fr -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Irrelevant 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. Previous Comments: ------------------------------------------------------------------------ [2004-03-07 16:43:00] bmorel at ssi dot fr Description: ------------ Parenthesis forgotten in french translation: http://fr2.php.net/manual/fr/function.mysql-list-tables.php Reproduce code: --------------- <?php $dbname = 'test'; if (!mysql_connect('serveur_mysql', 'utilisateur_mysql', 'mot_de_passe_mysql')[[HERE_NEED_A_SECOND_PARENTHESIS!!]] { print 'Impossible de se connecter � MySQL'; exit; } ... ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27522&edit=1
