상품유형 리스트에 class 적용

This commit is contained in:
chicpro
2013-08-06 10:47:39 +09:00
parent d3c893f808
commit cc9c16f191
3 changed files with 67 additions and 98 deletions

View File

@ -281,7 +281,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) {