이전 수정시 더블쿼터 처리 함수실행 부분을 지워서 다시 추가함

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5331 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
clench 2009-01-12 09:03:48 +00:00
parent b9acbd344d
commit f78e151107

View file

@ -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;