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"]). "'");
Index: /temp/trunk/data/lib/slib.php
===================================================================
--- /temp/trunk/data/lib/slib.php	(revision 5913)
+++ /temp/trunk/data/lib/slib.php	(revision 5914)
@@ -1239,6 +1239,4 @@
 				}
 			}
-			
-			sfprintr($arrData);
 						
 			if($limit != "" && $limit < $arrCart[$i]['quantity']) {
@@ -1765,6 +1763,5 @@
 			USING (product_id) WHERE A.category_id = ? AND A.del_flg = 0 AND status = 1 ORDER BY A.rank";
 	$arrItems = $conn->getAll($sql, array($category_id));
-	
-	sfprintr($arrItems);
+
 	return $arrItems;
 }
