Changeset 15938
- Timestamp:
- 2007/09/24 09:43:22 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_DbConn.php
r15937 r15938 122 122 123 123 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); 129 129 } 130 130
Note: See TracChangeset
for help on using the changeset viewer.