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

SC_Queryクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Query.php

    r20317 r20507  
    9999        if (!isset($GLOBALS['_SC_Query_instance']) 
    100100            || is_null($GLOBALS['_SC_Query_instance'])) { 
    101             $GLOBALS['_SC_Query_instance'] =& new SC_Query($dsn, $force_run, $new); 
     101            $GLOBALS['_SC_Query_instance'] =& new SC_Query_Ex($dsn, $force_run, $new); 
    102102        } 
    103103        $GLOBALS['_SC_Query_instance']->where = ""; 
Note: See TracChangeset for help on using the changeset viewer.