Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5979)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5980)
@@ -563,5 +563,8 @@
 		$arrData = split(",", trim($val));
 		$objQuery->setval($arrData[0], $arrData[1], $arrData[2]);
-	}
+		
+		$objQuery->getlastquery();
+	}
+	exit();
 }
 
