Changeset 4695
- Timestamp:
- 2006/09/13 13:40:50 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
class/SC_Query.php (modified) (1 diff)
-
module/DB/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r4672 r4695 81 81 82 82 function getall($sql, $arrval = array()) { 83 exit(); 83 84 $ret = $this->conn->getAll($sql, $arrval); 84 85 return $ret; -
temp/trunk/data/module/DB/common.php
r4694 r4695 1580 1580 $fetchmode = DB_FETCHMODE_DEFAULT) 1581 1581 { 1582 exit();1583 1582 // compat check, the params and fetchmode parameters used to 1584 1583 // have the opposite order
Note: See TracChangeset
for help on using the changeset viewer.
