Changeset 15982


Ignore:
Timestamp:
2007/09/24 11:16:33 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r15981 r15982  
    128128 
    129129        if ( $arr ){ 
    130             //$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
    131             $result = $this->conn_mdb2->extended->getAll($n, null, $arr); 
    132         } else { 
    133             //$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 
    134             $result = $this->conn_mdb2->extended->getAll($n, null); 
     130            $result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
     131            //$result = $this->conn_mdb2->extended->getAll($n, null, $arr); 
     132        } else { 
     133            $result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 
     134            //$result = $this->conn_mdb2->extended->getAll($n, null); 
    135135        } 
    136136         
Note: See TracChangeset for help on using the changeset viewer.