From 4c91415ed1bc36eefbc1f3c8215022da567d5316 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 23 May 2010 21:28:35 -0400 Subject: Fixed (temporarily) Memorial Day's date Because Memorial Day falls on the LAST Monday of May, rather than a specific week number like the fourth week, and May can sometimes have four mondays and sometimes have five mondays, this is quite dangerous because in 2012, May will only have four Mondays, which will render this code invalid. However, Four Island 3.0 should hopefully be out by 2012, which will hopefully not contain this bug (a.k.a. by allowing a date to be specified as a the last day of a month as well as during a specific week). --- includes/specialdates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/specialdates.php b/includes/specialdates.php index 52baf2e..a7c51f9 100755 --- a/includes/specialdates.php +++ b/includes/specialdates.php @@ -47,7 +47,7 @@ sd_solar_annual('Tri\'s CIEday',4,22); //DateFinder sd_solar_annual('Silence Day',4,25); //DateFinder sd_solar_annual('WCA Day',5,5); //DateFinder sd_lunar_annual('Mothers Day',5,7,2); //BG Pic; DateFinder; Header Pic -sd_lunar_annual('Memorial Day',5,1,4); //BG Pic; DateFinder; Header Pic +sd_lunar_annual('Memorial Day',5,1,5); //BG Pic; DateFinder; Header Pic sd_easter(); //BG Pic; DateFinder sd_solar_annual('Flag Day',6,14); //BG Pic; DateFinder sd_solar_annual('Hatkirbys B-Day',6,17); //BG Pic; DateFinder; Header Pic -- cgit 1.4.1