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