Changeset 15975


Ignore:
Timestamp:
2007/09/24 11:09:37 (17 years ago)
Author:
kakinaka
Message:
 
Location:
branches/dev/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_DbConn.php

    r15974 r15975  
    4949            } 
    5050        } 
    51         $objDbConnMDB2->queryAll("SELECT * FROM dtb_baseinfo");  
     51//        $objDbConnMDB2->queryAll("SELECT * FROM dtb_baseinfo");  
    5252         
    5353        $this->conn = $objDbConn; 
  • branches/dev/data/module/MDB2.php

    r15971 r15975  
    929929        if (!@ini_get('safe_mode')) { 
    930930             $dirs = explode(PATH_SEPARATOR, ini_get('include_path')); 
    931              $dirs[] = DATA_PATH . "module/"; 
     931             //$dirs[] = DATA_PATH . "module/"; 
    932932              
    933933             foreach ($dirs as $dir) { 
     
    18591859            } 
    18601860             
    1861             if ($phptype_specific === false 
    1862                 || (!MDB2::classExists($class_name) && !MDB2::fileExists($file_name)) 
     1861            if ($module != "Datatype" && ($phptype_specific === false 
     1862                || (!MDB2::classExists($class_name) && !MDB2::fileExists($file_name))) 
    18631863            ) { 
    18641864                $version = false; 
Note: See TracChangeset for help on using the changeset viewer.