Changeset 5795 for temp/trunk/html/admin
- Timestamp:
- 2006/09/25 17:42:54 (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
r5794 r5795 327 327 if(DB_TYPE == "pgsql"){ 328 328 $ret = $objQuery->nextval($table_name, $colname); 329 }else if(DB_TYPE == "mysql"){ 330 $sql = "SHOW TABLE STATUS LIKE ?"; 331 $arrData = $objQuery->query($sql, $table_name); 332 $ret = $arrData['Auto_increment']; 329 333 } 330 334 return $ret;
Note: See TracChangeset
for help on using the changeset viewer.
