Ignore:
Timestamp:
2012/01/17 16:32:25 (12 years ago)
Author:
Seasoft
Message:

2.12系へマイルストーン変更となったチケット分を差し戻し
r21326 #1536
r21325 #1528
r21324 #1547,#1546
r21323 #1546
r21322 #1543
r21321 #1536
r21320 #1536
r21319 #1544
r21318 #1521,#1522
r21317 #1431

File:
1 edited

Legend:

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

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