Index: /temp/trunk/html/admin/products/index.php
===================================================================
--- /temp/trunk/html/admin/products/index.php	(revision 1863)
+++ /temp/trunk/html/admin/products/index.php	(revision 1945)
@@ -298,4 +298,5 @@
 	$objErr->doFunc(array("½ªÎ»Æü", "search_endyear", "search_endmonth", "search_endday"), array("CHECK_DATE"));
 	$objErr->doFunc(array("³«»ÏÆü", "½ªÎ»Æü", "search_startyear", "search_startmonth", "search_startday", "search_endyear", "search_endmonth", "search_endday"), array("CHECK_SET_TERM"));
+	$objErr->doFunc(array("µ¬³ÊID", "search_product_class_id"), array("NUM_CHECK"));
 	return $objErr->arrErr;
 }
Index: /temp/trunk/html/admin/mail/index.php
===================================================================
--- /temp/trunk/html/admin/mail/index.php	(revision 1934)
+++ /temp/trunk/html/admin/mail/index.php	(revision 1945)
@@ -110,6 +110,4 @@
 		$linemax = $objQuery->count($from, $where, $arrval);
 		$objPage->tpl_linemax = $linemax;				// ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ
-		
-		$objQuery->getlastquery(true);
 
 		// ¥Ú¡¼¥¸Á÷¤ê¤Î¼èÆÀ
Index: /temp/trunk/data/class/SC_SelectSql.php
===================================================================
--- /temp/trunk/data/class/SC_SelectSql.php	(revision 1944)
+++ /temp/trunk/data/class/SC_SelectSql.php	(revision 1945)
@@ -68,6 +68,4 @@
 	function selectTermRange($from_year, $from_month, $from_day, $to_year, $to_month, $to_day, $column) {
 
-		sfprintr($from_year ." : ". $from_month ." : ". $from_day ." : ". $to_year ." : ". $to_month ." : ". $to_day);
-		
 		// FROM
 		$date1 = $from_year . "/" . $from_month . "/" . $from_day;
