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

Legend:

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

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