Changeset 5264 for temp/trunk/html/admin
- Timestamp:
- 2006/09/20 17:04:26 (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
r5258 r5264 208 208 209 209 for($i = 0; $i < $max; $i++) { 210 $arrProductInfo = $objQuery->select("main_list_image, product_code_min, name", "vw_products_allclass ", "product_id = ?", array($arrRet[$i]['recommend_product_id']));210 $arrProductInfo = $objQuery->select("main_list_image, product_code_min, name", "vw_products_allclass AS allcls", "product_id = ?", array($arrRet[$i]['recommend_product_id'])); 211 211 $arrRecommend[$no] = $arrProductInfo[0]; 212 212 $arrRecommend[$no]['product_id'] = $arrRet[$i]['recommend_product_id'];
Note: See TracChangeset
for help on using the changeset viewer.
