diff -r f4323fa79313 -r 275c70f80137 includes/dbal.php --- a/includes/dbal.php Fri Nov 09 18:09:29 2007 -0500 +++ b/includes/dbal.php Fri Nov 09 23:39:52 2007 -0500 @@ -140,7 +140,7 @@ $this->query_backtrace = ''; $this->num_queries = 0; dc_here('dbal: we\'re in, selecting database...'); - $q = $this->sql_query('USE '.$dbname.';'); + $q = $this->sql_query('USE `'.$dbname.'`;'); if(!$q) $this->_die('The database could not be selected.'); dc_here('dbal: connected to MySQL'); $this->disable_errorhandler();