Changeset 5804 for temp/trunk
- Timestamp:
- 2006/09/25 17:52:52 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r5803 r5804 336 336 }else if(DB_TYPE == "mysql"){ 337 337 $sql = "SHOW TABLE STATUS LIKE ?"; 338 $arrData = $objQuery-> query($sql, $table_name);338 $arrData = $objQuery->getAll($sql, $table_name); 339 339 $ret = $arrData['Auto_increment']; 340 340
Note: See TracChangeset
for help on using the changeset viewer.
