Changeset 5799 for temp/trunk/html/admin/system
- Timestamp:
- 2006/09/25 17:48:10 (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
r5798 r5799 280 280 281 281 if(DB_TYPE == "pgsql"){ 282 $match = 'nextval(\''; 283 }else if(DB_TYPE == "mysql"){ 282 284 $match = "auto_incr"; 283 }else if(DB_TYPE == "mysql"){284 $match = 'nextval(\'';285 285 } 286 286
Note: See TracChangeset
for help on using the changeset viewer.
