[Fusionforge-commits] r11717 - branches/Branch_5_1/src/www/pm

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Tue Dec 7 20:30:48 CET 2010


Author: aljeux
Date: 2010-12-07 20:30:48 +0100 (Tue, 07 Dec 2010)
New Revision: 11717

Modified:
   branches/Branch_5_1/src/www/pm/calendar.php
Log:
Fix error message

Modified: branches/Branch_5_1/src/www/pm/calendar.php
===================================================================
--- branches/Branch_5_1/src/www/pm/calendar.php	2010-12-07 19:29:59 UTC (rev 11716)
+++ branches/Branch_5_1/src/www/pm/calendar.php	2010-12-07 19:30:48 UTC (rev 11717)
@@ -44,7 +44,7 @@
 
 // Some sanity checks first.
 if ($year && ($year < 1990 || $year > 2020)) {
-	exit_error(_('Invalid year: Not between 1990 and 2000'),'pm');
+	exit_error(_('Invalid year: Not between 1990 and 2020'),'pm');
 }
 
 if ($month && ($month < 1 || $month > 12)) {




More information about the Fusionforge-commits mailing list