Changeset 15943
- Timestamp:
- 2007/09/24 09:56:19 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_DbConn.php
r15942 r15943 125 125 if ( $arr ){ 126 126 //$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 127 $result = $this->conn_mdb2-> getAll($n, $arr, DB_FETCHMODE_ASSOC);127 $result = $this->conn_mdb2->extended->getAll($n, $arr, DB_FETCHMODE_ASSOC); 128 128 } else { 129 129 //$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 130 $result = $this->conn_mdb2-> getAll($n, DB_FETCHMODE_ASSOC);130 $result = $this->conn_mdb2->extended->getAll($n, DB_FETCHMODE_ASSOC); 131 131 } 132 132
Note: See TracChangeset
for help on using the changeset viewer.