Changeset 5691 for temp/trunk/html/admin/system
- Timestamp:
- 2006/09/25 12:27:40 (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
r5690 r5691 254 254 if (substr($val,0,9) == 'nextval(\'') { 255 255 $autoVal = lfGetAutoIncrementVal($table_name, $arrColList['attname'][$key]); 256 $ret .= "$table_name,$autoVal ";256 $ret .= "$table_name,$autoVal\n"; 257 257 } 258 258 }
Note: See TracChangeset
for help on using the changeset viewer.
