mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
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:
parent
b012937719
commit
e1bf4523c7
15 changed files with 17 additions and 18 deletions
|
|
@ -8,7 +8,7 @@
|
|||
var $operation = '';
|
||||
|
||||
function DefaultValue($column_name, $value){
|
||||
$dbParser = &XmlQueryParser::getDBParser();
|
||||
$dbParser = &DB::getParser();
|
||||
$this->column_name = $dbParser->parseColumnName($column_name);
|
||||
$this->value = $value;
|
||||
$this->value = $this->_setValue();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue