Skip to content

Commit

Permalink
Merge pull request #4151 from mbab/hfixwarn
Browse files Browse the repository at this point in the history
quick hack to prevent perl warnings in FileIO.pm
  • Loading branch information
APMarcello3 authored Oct 30, 2024
2 parents c66ba36 + d06bccd commit a6adf73
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 a6adf73

Please sign in to comment.