Changeset 3677 for temp/trunk/data/class
- Timestamp:
- 2006/09/01 16:07:42 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r3413 r3677 84 84 function getall($sql, $arrval = array()) { 85 85 $ret = $this->conn->getAll($sql, $arrval); 86 $this->conn->getlastquery(); 86 87 return $ret; 87 88 }
Note: See TracChangeset
for help on using the changeset viewer.
