Index: /temp/trunk/data/class/SC_SelectSql.php
===================================================================
--- /temp/trunk/data/class/SC_SelectSql.php	(revision 1938)
+++ /temp/trunk/data/class/SC_SelectSql.php	(revision 1939)
@@ -71,16 +71,14 @@
 		
 		// FROM
-//		$date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year));	
 		$date1 = $from_year . "/" . $from_month . "/" . $from_day;
-		
-		sfprintr($date1);
 		
 		// TO(TO¤Ï+1Æü)
 		$date2 = date("Y/m/d", strtotime(date('Y/m/d', mktime(0,0,0,$to_month,$to_day,$to_year)) . " + day"));
+		
+		sfprintr($date2);
 		
 		// ³«»Ï´ü´Ö¤À¤±»ØÄê¤Î¾ì¹ç
 		if( ( $from_year != "" ) && ( $from_month != "" ) && ( $from_day != "" ) &&	( $to_year == "" ) && ( $to_month == "" ) && ( $to_day == "" ) ) {
 			$this->setWhere( $column ." >= " . $date1 );
-//			$return = array($date1);
 		}
 
