diff -r dd7cbc97f681 -r 2398420f48e7 includes/dbal.php --- a/includes/dbal.php Thu Jan 17 09:39:56 2008 -0500 +++ b/includes/dbal.php Thu Jan 17 23:31:35 2008 -0500 @@ -199,7 +199,11 @@ $q = $this->sql_query('USE `'.$dbname.'`;'); if ( !$q ) + { + if ( $manual_credentials ) + return false; $this->_die('The database could not be selected.'); + } // We're in! $this->disable_errorhandler();