Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5862)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5863)
@@ -519,7 +519,7 @@
 			$sql .= ",?";
 		}
-		$sql .= ")";
-		$objQuery->query($sql, $arrInsdata);
-$objQuery->getlastquery();
+		$sql .= ");";
+		$err = $objQuery->query($sql, $arrInsdata);
+
 		// ¥¨¥é¡¼¤¬¤¢¤ì¤Ð½ªÎ»
 		if ($err->message != ""){
