Ignore:
Timestamp:
2011/03/04 23:24:33 (13 years ago)
Author:
shutta
Message:

SC_Queryクラスのclass_extends対応

File:
1 edited

Legend:

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

    r20491 r20507  
    111111     */ 
    112112    function lfGetOrderHistory($customer_id, $startno = -1) { 
    113         $objQuery   = SC_Query::getSingletonInstance(); 
     113        $objQuery   = SC_Query_Ex::getSingletonInstance(); 
    114114 
    115115        $col        = "order_id, create_date, payment_id, payment_total"; 
Note: See TracChangeset for help on using the changeset viewer.