Ignore:
Timestamp:
2010/07/20 13:25:33 (14 years ago)
Author:
kajiwara
Message:

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Best5.php

    r18432 r18758  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    108108        $where = "status = 1"; 
    109109        $order = "rank"; 
    110         $objQuery->setorder($order); 
    111         $objQuery->setlimit(RECOMMEND_NUM); 
     110        $objQuery->setOrder($order); 
     111        $objQuery->setLimit(RECOMMEND_NUM); 
    112112 
    113113        $arrBestProducts = $objQuery->select($col, $from, $where); 
Note: See TracChangeset for help on using the changeset viewer.