Moved call to getDBParser from XmlQueryParser.class.php to DB.class.php - because otherwise the XmlQueryParser would have been included even when it was not needed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9139 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2011-09-09 15:05:29 +00:00
parent b012937719
commit e1bf4523c7
15 changed files with 17 additions and 18 deletions

View file

@ -16,7 +16,7 @@
$db_info->slave_db = array(array('db_type' => 'cubrid','db_table_prefix' => 'xe_'));
$oContext->setDbInfo($db_info);
XmlQueryParser::getDBParser(true);
DB::getParser(true);
}
/**