mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
firebird class bugfix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5243 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a19c95e386
commit
61a3755fde
1 changed files with 1 additions and 1 deletions
|
|
@ -623,7 +623,7 @@
|
||||||
$type = $this->getColumnType($column_type,$name);
|
$type = $this->getColumnType($column_type,$name);
|
||||||
$pipe = $v['pipe'];
|
$pipe = $v['pipe'];
|
||||||
|
|
||||||
$value = $this->getConditionValue($name, $value, $operation, $type, $column_type);
|
$value = $this->getConditionValue('"'.$name.'"', $value, $operation, $type, $column_type);
|
||||||
if(!$value) $value = $v['value'];
|
if(!$value) $value = $v['value'];
|
||||||
$str = $this->getConditionPart($name, $value, $operation);
|
$str = $this->getConditionPart($name, $value, $operation);
|
||||||
if($sub_condition) $sub_condition .= ' '.$pipe.' ';
|
if($sub_condition) $sub_condition .= ' '.$pipe.' ';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue