Index: /temp/trunk/html/admin/design/index.php
===================================================================
--- /temp/trunk/html/admin/design/index.php	(revision 2568)
+++ /temp/trunk/html/admin/design/index.php	(revision 2789)
@@ -364,8 +364,4 @@
 		unlink($del_tpl);	
 	}
-	
-	sfprintr(ROOT_DIR . $arrPageData[0]['tpl_dir'].$arrPageData[0]['filename'].".tpl");
-	
-//	exit;
 
 	// tpl¥Õ¥¡¥¤¥ë¤Î¥³¥Ô¡¼
Index: /temp/trunk/html/admin/contents/csv_sql.php
===================================================================
--- /temp/trunk/html/admin/contents/csv_sql.php	(revision 1328)
+++ /temp/trunk/html/admin/contents/csv_sql.php	(revision 2789)
@@ -42,7 +42,4 @@
 	// ¥Ç¡¼¥¿¤ÎÅÐÏ¿
 	case "confirm":
-		//$code = mb_internal_encoding();
-		//sfprintr($code);
-
 		// ¥¨¥é¡¼¥Á¥§¥Ã¥¯
 		$objPage->arrErr = lfCheckError($_POST);
Index: /temp/trunk/html/products/favorite.php
===================================================================
--- /temp/trunk/html/products/favorite.php	(revision 1328)
+++ /temp/trunk/html/products/favorite.php	(revision 2789)
@@ -22,5 +22,4 @@
 		$col= "'".$_SESSION['customer']['customer_id']."','".$_POST['product_id']."','1','now()','now()' ";
 		$objQuery->exec("INSERT INTO dtb_customer_favorite VALUES (".$col.")");
-		$objQuery->getLastQuery(true);
 		break;
 	}
Index: /temp/trunk/data/class/SC_DbConn.php
===================================================================
--- /temp/trunk/data/class/SC_DbConn.php	(revision 1333)
+++ /temp/trunk/data/class/SC_DbConn.php	(revision 2789)
@@ -155,5 +155,5 @@
 		mb_send_mail ( $this->error_mail_to, $this->error_mail_title, "${errmsg}\n".date("Y/m/d H:i:s") );
 		
-		exit(sfprintr($errmsg));
+		exit();
 	}
 }
