From bd39936410d5ae66d742cd04e03acc792f24cb91 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 20 Feb 2005 21:57:38 +0000 Subject: [PATCH] Presidents Day omission. I need a more general purpose holiday system. --- perl/sctweb | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/sctweb b/perl/sctweb index 1d6bfcb..7ca5d9f 100755 --- a/perl/sctweb +++ b/perl/sctweb @@ -92,6 +92,7 @@ sub off_for_holidays { my $good=1; foreach my $x ($year->labels($_)) { $good=0 if $x =~ /Veteran/; + $good=0 if $x =~ /Presidents/; $good=2 if $x =~ /Thanksgiving/; } next unless ($year->is_full($_) && $_>=$firstday && $_<=$lastday); -- 2.30.2