Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5981)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5982)
@@ -563,12 +563,7 @@
 		$arrData = split(",", trim($val));
 		
-		if ($arrData[2] == 0) {
-			$arrData[2] = 1;
-		}
+		if ($arrData[2] == 0)	$arrData[2] = 1;
 		$objQuery->setval($arrData[0], $arrData[1], $arrData[2]);
-		
-		$objQuery->getlastquery();
-	}
-	exit();
+	}
 }
 
