mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fixed a bug for caching invalid queries
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9127 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d1524e95b9
commit
338b70f0b3
1 changed files with 2 additions and 1 deletions
|
|
@ -166,7 +166,8 @@
|
|||
Context::setDBInfo($db_info);
|
||||
// Create DB Instance
|
||||
$oDB = &DB::getInstance();
|
||||
|
||||
// Force update dbParser
|
||||
XmlQueryParser::getDBParser(true);
|
||||
// Check if available to connect to the DB
|
||||
if(!$oDB->isConnected()) return $oDB->getError();
|
||||
// When installing firebire DB, transaction will not be used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue