Changeset 5264 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/20 17:04:26 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/product.php

    r5258 r5264  
    208208     
    209209    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']));  
    211211        $arrRecommend[$no] = $arrProductInfo[0]; 
    212212        $arrRecommend[$no]['product_id'] = $arrRet[$i]['recommend_product_id']; 
Note: See TracChangeset for help on using the changeset viewer.