Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5856)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5857)
@@ -519,9 +519,10 @@
 			$sql .= ",?";
 		}
-		$sql .= ");";
+		$sql .= ")";
 		$objQuery->query($sql, $arrInsdata);
+		
 		$objQuery->getlastquery();
-		
 		sfprintr($arrInsdata);
+		
 		// ¥¨¥é¡¼¤¬¤¢¤ì¤Ð½ªÎ»
 		if ($err->message != ""){
Index: /temp/trunk/data/class/SC_Query.php
===================================================================
--- /temp/trunk/data/class/SC_Query.php	(revision 5812)
+++ /temp/trunk/data/class/SC_Query.php	(revision 5857)
@@ -385,4 +385,5 @@
 	
 	function query($n ,$arr = "", $ignore_err = false){
+		sfprintr($arr);
 		$result = $this->conn->query($n, $arr, $ignore_err);
 		return $result;
