Changeset 2016 for temp/trunk/html/admin
- Timestamp:
- 2006/08/26 10:10:10 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product_class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product_class.php
r1328 r2016 53 53 $where = "product_id = ? AND NOT(classcategory_id1 = 0 AND classcategory_id2 = 0) "; 54 54 $ret = $objQuery->count("dtb_products_class", $where, array($_POST['product_id'])); 55 $objQuery->getlastquery(true); 55 56 56 57 if($ret > 0) {
Note: See TracChangeset
for help on using the changeset viewer.
