Changeset 15943


Ignore:
Timestamp:
2007/09/24 09:56:19 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r15942 r15943  
    125125        if ( $arr ){ 
    126126            //$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
    127             $result = $this->conn_mdb2->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
     127            $result = $this->conn_mdb2->extended->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
    128128        } else { 
    129129            //$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 
    130             $result = $this->conn_mdb2->getAll($n, DB_FETCHMODE_ASSOC); 
     130            $result = $this->conn_mdb2->extended->getAll($n, DB_FETCHMODE_ASSOC); 
    131131        } 
    132132         
Note: See TracChangeset for help on using the changeset viewer.