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