Skip to content

Commit

Permalink
quick hack to prevent perl warnings in FileIO.pm
Browse files Browse the repository at this point in the history
eg. Laudes 12/14/2024 1960
  • Loading branch information
mbab committed Oct 30, 2024
1 parent e4b68b9 commit d06bccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/cgi-bin/horas/specials/orationes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ sub oratio {
my @centries = $cv == 1 ? @ccommemoentries : @commemoentries;

foreach my $commemo (@centries) {
next unless $commemo;
setbuild2("Comm-$cv: $commemo");

my $key = 0; # let's start with lowest rank
Expand Down

0 comments on commit d06bccd

Please sign in to comment.