Changeset 5253 for temp/trunk/html/admin/products/product.php
- Timestamp:
- 2006/09/20 14:33:35 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r5202 r5253 221 221 $objQuery = new SC_Query(); 222 222 $col = "*"; 223 $table = "vw_products_nonclass ";223 $table = "vw_products_nonclass AS noncls "; 224 224 $where = "product_id = ?"; 225 225 $arrRet = $objQuery->select($col, $table, $where, array($product_id));
Note: See TracChangeset
for help on using the changeset viewer.
