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_Deliv.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/ 
     
    201201        // 別のお届け先住所の取得 
    202202        $col = "other_deliv_id, name01, name02, pref, addr01, addr02"; 
    203         $objQuery->setorder("other_deliv_id DESC"); 
     203        $objQuery->setOrder("other_deliv_id DESC"); 
    204204        $objOtherAddr = $objQuery->select($col, "dtb_other_deliv", $where, array($_SESSION['customer']['customer_id'])); 
    205205        $this->arrAddr = $arrCustomerAddr; 
     
    389389        // 別のお届け先住所の取得 
    390390        $col = "other_deliv_id, name01, name02, pref, addr01, addr02, zip01, zip02"; 
    391         $objQuery->setorder("other_deliv_id DESC"); 
     391        $objQuery->setOrder("other_deliv_id DESC"); 
    392392        $objOtherAddr = $objQuery->select($col, "dtb_other_deliv", $where, array($_SESSION['customer']['customer_id'])); 
    393393        $this->arrAddr = $arrCustomerAddr; 
Note: See TracChangeset for help on using the changeset viewer.