Changeset 15938


Ignore:
Timestamp:
2007/09/24 09:43:22 (16 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r15937 r15938  
    122122 
    123123        if ( $arr ){ 
    124             $result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
    125             //$result = $this->conn_mdb2->queryAll($n, $arr, DB_FETCHMODE_ASSOC); 
    126         } else { 
    127             $result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 
    128             //$result = $this->conn_mdb2->queryAll($n, DB_FETCHMODE_ASSOC); 
     124            //$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
     125            $result = $this->conn_mdb2->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
     126        } else { 
     127            //$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 
     128            $result = $this->conn_mdb2->getAll($n, DB_FETCHMODE_ASSOC); 
    129129        } 
    130130         
Note: See TracChangeset for help on using the changeset viewer.