Changeset 16601 for branches/feature-module-update
- Timestamp:
- 2007/10/29 20:59:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/admin/products/LC_Page_Admin_Products_ProductRank.php
r16600 r16601 117 117 function lfGetProduct($category_id) { 118 118 $objQuery = new SC_Query(); 119 $col = " product_id, name, main_list_image, T2.rank, product_code";119 $col = "T2.product_id, name, main_list_image, T2.rank, product_code"; 120 120 $table = "vw_products_nonclass AS noncls " 121 121 . " LEFT JOIN dtb_product_categories AS T2 USING (product_id)";
Note: See TracChangeset
for help on using the changeset viewer.