Changeset 2017
- Timestamp:
- 2006/08/26 10:11:55 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product_class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product_class.php
r2016 r2017 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);56 55 57 56 if($ret > 0) { … … 208 207 209 208 $arrList = $objQuery->getAll($sql, array($product_id, $product_id)); 209 $objQuery->getlastquery(true); 210 210 211 211 212 $objPage->arrForm["class_id1"] = $arrList[0]['class_id1'];
Note: See TracChangeset
for help on using the changeset viewer.
