Changeset 5260 for temp/trunk/html
- Timestamp:
- 2006/09/20 14:47:06 (20 years ago)
- Location:
- temp/trunk/html/products
- Files:
-
- 2 edited
-
detail.php (modified) (1 diff)
-
list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/products/detail.php
r5259 r5260 326 326 $objQuery = new SC_Query(); 327 327 $col = "product_class_id, classcategory_id1, classcategory_id2, class_id1, class_id2, stock, stock_unlimited"; 328 $table = "vw_product_class ";328 $table = "vw_product_class AS prdcls"; 329 329 $where = "product_id = ?"; 330 330 $objQuery->setorder("rank1 DESC, rank2 DESC"); -
temp/trunk/html/products/list.php
r5259 r5260 352 352 $objQuery = new SC_Query(); 353 353 $col = "product_class_id, classcategory_id1, classcategory_id2, class_id1, class_id2, stock, stock_unlimited"; 354 $table = "vw_product_class AS prdcls";354 $table = "vw_product_class "; 355 355 $where = "product_id = ?"; 356 356 $objQuery->setorder("rank1 DESC, rank2 DESC");
Note: See TracChangeset
for help on using the changeset viewer.
