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/upgrade/LC_Page_Upgrade_Base.php

    r20449 r20507  
    3636    function autoUpdateEnable($product_id) { 
    3737        $where = 'module_id = ?'; 
    38         $objQuery = new SC_Query(); 
     38        $objQuery = new SC_Query_Ex(); 
    3939        $arrRet = $objQuery->select('auto_update_flg', 'dtb_module', $where, array($product_id)); 
    4040 
     
    9393 
    9494    function getPublicKey() { 
    95         $objQuery = new SC_Query; 
     95        $objQuery = new SC_Query_Ex(); 
    9696        $arrRet = $objQuery->select('*', 'dtb_ownersstore_settings'); 
    9797        return isset($arrRet[0]['public_key']) 
Note: See TracChangeset for help on using the changeset viewer.