Changeset 4931 for temp/trunk
- Timestamp:
- 2006/09/17 21:17:01 (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
r4930 r4931 352 352 $sql = "SELECT last_insert_id();"; 353 353 } 354 $ret = $this->conn->getALL($sql); 354 $ret = $this->conn->getOne($sql); 355 356 $this->conn->getlastquery(); 355 357 356 358 return $ret;
Note: See TracChangeset
for help on using the changeset viewer.
