Skip to content

Commit

Permalink
osts and pfis are only in BB official holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Leich committed Mar 19, 2011
1 parent cc30da9 commit 4f401b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DE.pm
Expand Up @@ -89,8 +89,8 @@ sub holidays{
my %holidays;
# Common holidays througout Germany
# 17ju/3okt are added to the list later, during date calculation
@{$holidays{'common'}} = qw(neuj karf osts ostm 1mai
pfis pfim himm wei1 wei2);
@{$holidays{'common'}} = qw(neuj karf ostm 1mai
pfim himm wei1 wei2);

# Now the extra holidays for the federal states.
# As if things weren't bad enough, some holidays are only valid
Expand All @@ -107,7 +107,7 @@ sub holidays{
@{$holidays{'bl'}} = qw();

# Extras for Brandenburg
@{$holidays{'bb'}} = qw(refo);
@{$holidays{'bb'}} = qw(osts pfis refo);

# Extras for Bremen
@{$holidays{'hb'}} = qw();
Expand Down

0 comments on commit 4f401b7

Please sign in to comment.