Index: temp/trunk/data/class/SC_SelectSql.php
===================================================================
--- temp/trunk/data/class/SC_SelectSql.php	(revision 1936)
+++ temp/trunk/data/class/SC_SelectSql.php	(revision 1937)
@@ -81,8 +81,6 @@
 		// ³«»Ï´ü´Ö¤À¤±»ØÄê¤Î¾ì¹ç
 		if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) &&	( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) {
-			$date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year));
 			$this->setWhere( $column ." >= " . $date1 );
-//			$return = array($date1);
-sfprintr($date1);
+			$return = array($date1);
 		}
 
