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/shopping/LC_Page_Shopping_Complete.php

    r18562 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/ 
     
    9494 
    9595            // その他情報の取得 
    96             $arrResults = $objQuery->getall("SELECT memo02, memo05 FROM dtb_order WHERE order_id = ? ", array($order_id)); 
     96            $arrResults = $objQuery->getAll("SELECT memo02, memo05 FROM dtb_order WHERE order_id = ? ", array($order_id)); 
    9797 
    9898            if (count($arrResults) > 0) { 
     
    260260        $arrEbis['o4id'] = $arrRet[0]['order_job']; 
    261261 
    262         $objQuery->setgroupby("product_id"); 
     262        $objQuery->setGroupBy("product_id"); 
    263263        $arrRet = $objQuery->select("product_id", "dtb_order_detail", "order_id = ?", array($order_id)); 
    264264        $arrProducts = sfSwapArray($arrRet); 
Note: See TracChangeset for help on using the changeset viewer.