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/regist/LC_Page_Regist.php

    r20503 r20507  
    102102     */ 
    103103    function lfRegistData($array) { 
    104         $objQuery                   = SC_Query::getSingletonInstance(); 
     104        $objQuery                   = SC_Query_Ex::getSingletonInstance(); 
    105105        $arrRegist["secret_key"]    = SC_Helper_Customer_Ex::sfGetUniqSecretKey(); //本登録ID発行 
    106106        $arrRegist["status"]        = 2; 
     
    144144     */ 
    145145    function lfSendRegistMail($registSecretKey) { 
    146         $objQuery       = SC_Query::getSingletonInstance(); 
     146        $objQuery       = SC_Query_Ex::getSingletonInstance(); 
    147147        $objCustomer    = new SC_Customer_Ex(); 
    148148        $objHelperMail  = new SC_Helper_Mail_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.