Ignore:
Timestamp:
2011/11/10 23:40:41 (12 years ago)
Author:
Seasoft
Message:

#1528 (SC_Product#getListByProductIds 第2引数の順に並び替えてから返す)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Recommend.php

    r21256 r21325  
    107107            } 
    108108            // 取得 
    109             $arrTmp = $objProduct->getListByProductIds($objQuery, $arrProductId); 
    110             foreach ($arrTmp as $key => $arrRow) { 
    111                 $arrProductList[$arrRow['product_id']] = $arrRow; 
    112             } 
     109            $arrProductList = $objProduct->getListByProductIds($objQuery, $arrProductId); 
    113110            // おすすめ商品情報にマージ 
    114111            foreach (array_keys($arrBestProducts) as $key) { 
Note: See TracChangeset for help on using the changeset viewer.