Once more

This commit is contained in:
Timothy Warren 2012-03-28 22:00:00 -04:00
parent 028003d4db
commit 42273c43aa
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class Query_Builder {
}
// Create the database connection
if ( ! empty($params->user) && ! empty($params->pass) && $db_type !== 'sqlite')
if ( ! empty($params->user) && $db_type !== 'sqlite')
{
$this->db = new $dbtype($dsn, $params->user, $params->pass);
}