Changeset 5807 for temp/trunk/html/admin/system/bkup.php
- Timestamp:
- 2006/09/25 17:53:49 (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
r5806 r5807 336 336 }else if(DB_TYPE == "mysql"){ 337 337 $sql = "SHOW TABLE STATUS LIKE ?"; 338 $arrData = $objQuery->get One($sql, array($table_name));338 $arrData = $objQuery->getRow($sql, array($table_name)); 339 339 $ret = $arrData['Auto_increment']; 340 340
Note: See TracChangeset
for help on using the changeset viewer.
