Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5689)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5690)
@@ -253,5 +253,5 @@
 	foreach($arrColList['defval'] as $key => $val){
 		if (substr($val,0,9) == 'nextval(\'') {
-			$autoVal = lfGetAutoIncrementVal($table_name, $arrColList[$key]['attname']);
+			$autoVal = lfGetAutoIncrementVal($table_name, $arrColList['attname'][$key]);
 			$ret .= "$table_name,$autoVal";
 		}
