- Timestamp:
- 2012/02/14 15:10:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/helper/SC_Helper_DB.php
r21481 r21502 1438 1438 1439 1439 $objQuery =& SC_Query_Ex::getSingletonInstance(); 1440 $where = 'product_id = ? AND del_flg = 0 AND class _combination_id IS NOT NULL';1440 $where = 'product_id = ? AND del_flg = 0 AND classcategory_id1 != 0 AND classcategory_id2 != 0'; 1441 1441 $exists = $objQuery->exists('dtb_products_class', $where, array($product_id)); 1442 1442
Note: See TracChangeset
for help on using the changeset viewer.
