Changes in / [21896:21898]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • /branches/version-2_12-dev/data/class/helper/SC_Helper_DB.php

    r21867 r21898  
    14011401 
    14021402        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    1403         $where = 'product_id = ? AND del_flg = 0 AND classcategory_id1 != 0 AND classcategory_id2 != 0'; 
     1403        $where = 'product_id = ? AND del_flg = 0 AND (classcategory_id1 != 0 OR classcategory_id2 != 0)'; 
    14041404        $exists = $objQuery->exists('dtb_products_class', $where, array($product_id)); 
    14051405 
Note: See TracChangeset for help on using the changeset viewer.