Changeset 5763 for temp/trunk/html/admin/system
- Timestamp:
- 2006/09/25 16:54:28 (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
r5762 r5763 274 274 foreach($arrColList['defval'] as $key => $val){ 275 275 if (substr($val,0,9) == 'nextval(\'') { 276 $autoVal = lfGetAutoIncrementVal($table_name, $arrColList['attname'][$key]); 277 $ret .= "$table_name,$arrColList['attname'][$key],$autoVal\n"; 276 $col = $arrColList['attname'][$key]; 277 $autoVal = lfGetAutoIncrementVal($table_name, $col); 278 $ret .= "$table_name,$col,$autoVal\n"; 278 279 } 279 280 }
Note: See TracChangeset
for help on using the changeset viewer.
