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_Download.php

    r20501 r20507  
    266266        $table = 'dtb_module'; 
    267267        $where = 'module_id = ?'; 
    268         $objQuery = new SC_Query; 
     268        $objQuery = new SC_Query_Ex(); 
    269269 
    270270        $count = $objQuery->count($table, $where, array($objRet->product_id)); 
     
    360360 
    361361    function registerUpdateLog($arrLog, $objRet) { 
    362         $objQuery = new SC_Query; 
     362        $objQuery = new SC_Query_Ex(); 
    363363        $arrInsert = array( 
    364364           'log_id'           => $objQuery->nextVal('dtb_module_update_logs_log_id'), 
Note: See TracChangeset for help on using the changeset viewer.