Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5927)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5928)
@@ -371,5 +371,5 @@
 
 	if(DB_TYPE == "pgsql"){
-		$ret = $objQuery->curval($table_name, $colname);
+		$ret = $objQuery->currval($table_name, $colname);
 	}else if(DB_TYPE == "mysql"){
 		$sql = "SHOW TABLE STATUS LIKE ?";
