Changeset 15993 for branches/dev/data
- Timestamp:
- 2007/09/24 13:17:21 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_DbConn.php
r15992 r15993 128 128 129 129 if ( $arr ){ 130 //$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC);131 $result = $this->conn_mdb2->extended->getAll($n, null, $arr, null, DB_FETCHMODE_ASSOC, false);132 } else { 133 //$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC);134 $result = $this->conn_mdb2->extended->getAll($n, null, null, null, DB_FETCHMODE_ASSOC, false);130 $result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 131 //$result = $this->conn_mdb2->extended->getAll($n, null, $arr, null, DB_FETCHMODE_ASSOC, false); 132 } else { 133 $result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 134 //$result = $this->conn_mdb2->extended->getAll($n, null, null, null, DB_FETCHMODE_ASSOC, false); 135 135 } 136 136
Note: See TracChangeset
for help on using the changeset viewer.