Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5898)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5914)
@@ -530,5 +530,4 @@
 		// ¥¨¥é¡¼¤¬¤¢¤ì¤Ð½ªÎ»
 		if ($err->message != ""){
-			$objQuery->getlastquery();
 			return false;
 		}
Index: temp/trunk/html/admin/customer/edit.php
===================================================================
--- temp/trunk/html/admin/customer/edit.php	(revision 5912)
+++ temp/trunk/html/admin/customer/edit.php	(revision 5914)
@@ -213,5 +213,4 @@
 	$mailmaga = $objQuery->getAll("SELECT * FROM dtb_customer_mail WHERE email = ?", $array["edit_email"]);
 	
-	sfprintr($mailmaga);
 	if(count($mailmaga) > 0 ){
 		$objQuery->Update("dtb_customer_mail", $arrRegistMail, "email = '" .addslashes($array["edit_email"]). "'");
