mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
bugfix
이전 수정시 더블쿼터 처리 함수실행 부분을 지워서 다시 추가함 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5331 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b9acbd344d
commit
f78e151107
1 changed files with 4 additions and 0 deletions
|
|
@ -625,6 +625,10 @@
|
|||
|
||||
$value = $this->getConditionValue('"'.$name.'"', $value, $operation, $type, $column_type);
|
||||
if(!$value) $value = $v['value'];
|
||||
|
||||
$name = $this->autoQuotes($name);
|
||||
$value = $this->autoValueQuotes($value, $output);
|
||||
|
||||
$str = $this->getConditionPart($name, $value, $operation);
|
||||
if($sub_condition) $sub_condition .= ' '.$pipe.' ';
|
||||
$sub_condition .= $str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue