Changeset 7984 for temp/trunk
- Timestamp:
- 2006/11/09 13:19:02 (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
r7791 r7984 416 416 417 417 // ¼¡¤ÎIncrement¤ò¼èÆÀ 418 $arrRet = $this->conn->query("SHOW TABLE STATUS LIKE $table_name");418 $arrRet = $this->conn->query("SHOW TABLE STATUS LIKE ?", array($table_name)); 419 419 $auto_inc_no = $arrRet["Auto_increment"]; 420 420
Note: See TracChangeset
for help on using the changeset viewer.
