Changeset 20796
- Timestamp:
- 2011/03/30 21:02:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/admin/products/LC_Page_Admin_Products_Product.php
r20784 r20796 827 827 $table = "dtb_product_categories"; 828 828 $where = "product_id = ?"; 829 $objQuery->setOption(''); 829 830 $arrProduct[0]['category_id'] = $objQuery->getCol($col, $table, $where, array($product_id)); 830 831
Note: See TracChangeset
for help on using the changeset viewer.