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/admin/products/LC_Page_Admin_Products_Product.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/ 
     
    298298        $arrRecommend = array(); 
    299299        $objQuery = new SC_Query(); 
    300         $objQuery->setorder("rank DESC"); 
     300        $objQuery->setOrder("rank DESC"); 
    301301        $arrRet = $objQuery->select("recommend_product_id, comment", "dtb_recommend_products", "product_id = ?", array($product_id)); 
    302302        $max = count($arrRet); 
Note: See TracChangeset for help on using the changeset viewer.