Changeset 15921


Ignore:
Timestamp:
2007/09/24 08:44:51 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r15920 r15921  
    120120 
    121121        if ( $arr ){ 
    122             //$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
    123             $result = $this->conn_mdb2->queryAll($n, $arr, DB_FETCHMODE_ASSOC); 
    124         } else { 
    125             //$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 
    126             $result = $this->conn_mdb2->queryAll($n, DB_FETCHMODE_ASSOC); 
     122            $result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
     123            //$result = $this->conn_mdb2->queryAll($n, $arr, DB_FETCHMODE_ASSOC); 
     124        } else { 
     125            $result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 
     126            //$result = $this->conn_mdb2->queryAll($n, DB_FETCHMODE_ASSOC); 
    127127        } 
    128128         
Note: See TracChangeset for help on using the changeset viewer.