- Timestamp:
- 2009/04/28 23:33:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/products/LC_Page_Products_List.php
r17969 r17990 492 492 if (is_array($arrProduct_id) && !empty($arrProduct_id)) { 493 493 $where .= ' AND product_id IN (' . implode(',', $arrProduct_id) . ')'; 494 } else { 495 // 一致させない 496 $where .= ' AND 0<>0'; 494 497 } 495 498
Note: See TracChangeset
for help on using the changeset viewer.