Changeset 15987 for branches/dev/data/class/SC_DbConn.php
- Timestamp:
- 2007/09/24 11:29:02 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_DbConn.php
r15986 r15987 132 132 } else { 133 133 //$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 134 $result = $this->conn_mdb2->extended->getAll($n, null, array(), null, DB_FETCHMODE_ASSOC, true);134 $result = $this->conn_mdb2->extended->getAll($n, null, null, null, DB_FETCHMODE_ASSOC, true); 135 135 } 136 136
Note: See TracChangeset
for help on using the changeset viewer.