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