Skip to content

Commit

Permalink
continuation of d06bccd #4151
Browse files Browse the repository at this point in the history
  • Loading branch information
mbab committed Oct 31, 2024
1 parent d06bccd commit 7958ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/cgi-bin/horas/horascommon.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,7 @@ sub concurrence {
@comentries = ();

foreach $commemo (@commemoentries) {
next unless $commemo;
if ($commemo =~ /tempora/i && ($trank[2] < 2 || $trank[0] =~ /Rogatio|Quattuor.*Sept/i)) {
next;
} # Feria minor and Vigils have no Vespers if superseded
Expand Down

0 comments on commit 7958ba5

Please sign in to comment.