상품리스트 쿼리문 오류 수정 - 이재성엔코디님 제보
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user