Index: database.mysql.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/database.mysql.inc,v retrieving revision 1.45 diff -u -p -r1.45 database.mysql.inc --- database.mysql.inc 6 Dec 2005 09:25:22 -0000 1.45 +++ database.mysql.inc 7 Dec 2005 14:57:37 -0000 @@ -63,7 +63,7 @@ function db_connect($url) { drupal_maintenance_theme(); drupal_set_title('Unable to select database'); print theme('maintenance_page', '

We were able to connect to the MySQL database server (which means your username and password is okay) but not able to select the database.

-

The MySQL error was: '. theme('placeholder', mysql_error()) .'.

+

The MySQL error was: '. theme('placeholder', mysql_error($connection)) .'.

Currently, the database is '. theme('placeholder', substr($url['path'], 1)) .'. The username is '. theme('placeholder', $url['user']) .' and the database server is '. theme('placeholder', $url['host']) .'.