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/helper/SC_Helper_Mobile.php

    r20495 r20507  
    9292        $url = $matches[1]; 
    9393        $time = date('Y-m-d H:i:s', time() - MOBILE_SESSION_LIFETIME); 
    94         $objQuery = new SC_Query; 
     94        $objQuery = new SC_Query_Ex(); 
    9595 
    9696        foreach ($_REQUEST as $key => $value) { 
     
    319319        } 
    320320 
    321         $objQuery = new SC_Query; 
     321        $objQuery = new SC_Query_Ex(); 
    322322 
    323323        // GC 
     
    359359     */ 
    360360    function gfRegisterKaraMail($token, $email) { 
    361         $objQuery = new SC_Query; 
     361        $objQuery = new SC_Query_Ex(); 
    362362 
    363363        // GC 
     
    389389     */ 
    390390    function gfFinishKaraMail($token) { 
    391         $objQuery = new SC_Query; 
     391        $objQuery = new SC_Query_Ex(); 
    392392 
    393393        $arrRow = $objQuery->getRow( 
     
    427427     */ 
    428428    function sfMobileSetExtSessionId($param_key, $param_value, $url) { 
    429         $objQuery = new SC_Query; 
     429        $objQuery = new SC_Query_Ex(); 
    430430 
    431431        // GC 
Note: See TracChangeset for help on using the changeset viewer.