equal
deleted
inserted
replaced
230 $this->query_sources = array(); |
230 $this->query_sources = array(); |
231 $this->num_queries = 0; |
231 $this->num_queries = 0; |
232 |
232 |
233 $this->debug = ( defined('ENANO_DEBUG') ); |
233 $this->debug = ( defined('ENANO_DEBUG') ); |
234 |
234 |
235 $q = $this->sql_query('USE `'.$dbname.'`;'); |
235 $q = @mysql_select_db($dbname); |
236 |
236 |
237 if ( !$q ) |
237 if ( !$q ) |
238 { |
238 { |
239 if ( $manual_credentials ) |
239 if ( $manual_credentials ) |
240 return false; |
240 return false; |