Index: temp/trunk/data/class/SC_SelectSql.php
===================================================================
--- temp/trunk/data/class/SC_SelectSql.php	(revision 1881)
+++ temp/trunk/data/class/SC_SelectSql.php	(revision 1882)
@@ -72,5 +72,5 @@
 		$date2 = date("Y/m/d", mktime(0,0,0,$to_month,$to_day,$to_year));
 		
-		$date3 = strtotime(date('Y/m/d', mktime(0,0,0,$to_month,$to_day,$to_year) . " + day");
+		$date3 = strtotime(date('Y/m/d', mktime(0,0,0,$to_month,$to_day,$to_year)) . " + day");
 		
 		sfprintr($date3);
