Index: temp/trunk/data/class/SC_SelectSql.php
===================================================================
--- temp/trunk/data/class/SC_SelectSql.php	(revision 1927)
+++ temp/trunk/data/class/SC_SelectSql.php	(revision 1928)
@@ -71,5 +71,6 @@
 		
 		// FROM
-		$date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year));	
+//		$date1 = date("Y/m/d", mktime(0,0,0,$from_month,$from_day,$from_year));	
+		$date1 = $from_year . "/" . $from_month . "/" . $from_day;
 		
 		sfprintr($date1);
