Ignore:
Timestamp:
2011/09/25 00:23:24 (13 years ago)
Author:
Seasoft
Message:

#1449 (不要な関数・処理の整理)

  • 効いていない。別のロジックで意図した(のであろう)通りに動作している。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php

    r21223 r21255  
    142142        $where .= ' AND del_flg = 0'; 
    143143        $objQuery->setWhere($where); 
    144         $objProduct->setProductsOrder('create_date', 'dtb_customer_favorite_products', 'DESC'); 
    145         $arrProducts    = $objProduct->lists($objQuery, $arrProduct_id); 
     144        $arrProducts = $objProduct->lists($objQuery, $arrProduct_id); 
    146145 
    147146        //取得している並び順で並び替え 
Note: See TracChangeset for help on using the changeset viewer.