Changeset 15967


Ignore:
Timestamp:
2007/09/24 10:53:37 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r15966 r15967  
    4949            } 
    5050        } 
    51         $objDbConnMDB2->setFetchMode(MDB2_FETCHMODE_ASSOC);  
     51        $objMDB2_Driver_Common = new MDB2_Driver_Common(); 
     52        $objMDB2_Driver_Common->setFetchMode(MDB2_FETCHMODE_ASSOC);  
    5253         
    5354        $this->conn = $objDbConn; 
Note: See TracChangeset for help on using the changeset viewer.