Changeset 15988


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

Legend:

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

    r15987 r15988  
    129129        if ( $arr ){ 
    130130            //$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
    131             $result = $this->conn_mdb2->extended->getAll($n, null, $arr, null, DB_FETCHMODE_ASSOC, true); 
     131            $result = $this->conn_mdb2->extended->getAll($n, null, $arr, null, DB_FETCHMODE_ASSOC, false); 
    132132        } else { 
    133133            //$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 
    134             $result = $this->conn_mdb2->extended->getAll($n, null, null, null, DB_FETCHMODE_ASSOC, true); 
     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.