상품리스트 쿼리문 오류 수정 - 이재성엔코디님 제보

This commit is contained in:
chicpro
2014-04-03 09:25:02 +09:00
parent 85b816636e
commit 77b90dd916

View File

@ -282,7 +282,7 @@ class item_list
if ($this->ca_id3) {
$where_ca_id[] = " ca_id3 like '{$this->ca_id3}%' ";
}
$where[] = implode(" or ", $where_ca_id);
$where[] = " ( " . implode(" or ", $where_ca_id) . " ) ";
}
if ($this->order_by) {