Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
gnuboard
2013-08-07 11:46:49 +09:00
28 changed files with 1041 additions and 256 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) {