Changeset 15993


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

Legend:

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

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