Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5683)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5684)
@@ -286,4 +286,5 @@
 function lfGetAutoIncrementVal($table_name , $seqtable = ""){
 	$objQuery = new SC_Query();
+	$ret = "";
 
 	if(DB_TYPE == "pgsql"){
@@ -302,6 +303,7 @@
 				";
 		$arrRet = $objQuery->getAll($sql, array($table_name, $seqtable));
-	}
-	return $arrRet;
+		$ret = $arrRet[0]['indkey'];
+	}
+	return $ret;
 }
 
