Changeset 5927 for temp/trunk/html/admin/system/bkup.php
- Timestamp:
- 2006/09/27 09:34: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
r5926 r5927 371 371 372 372 if(DB_TYPE == "pgsql"){ 373 $ret = $objQuery-> nextval($table_name, $colname);373 $ret = $objQuery->curval($table_name, $colname); 374 374 }else if(DB_TYPE == "mysql"){ 375 375 $sql = "SHOW TABLE STATUS LIKE ?";
Note: See TracChangeset
for help on using the changeset viewer.
