Skip to content

Commit

Permalink
Trid: suffragium in tempore pasch.
Browse files Browse the repository at this point in the history
  • Loading branch information
FAJ-Munich committed Oct 22, 2024
1 parent 4ca6981 commit 4788e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/cgi-bin/horas/specials/orationes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ sub getsuffragium {
my ($suffr, $comment);

if ($version =~ /trident/i) {
if ($dayname[0] =~ /pasc/i && $dayname[1] =~ /(?:feria|vigilia)/i) {
if ($dayname[0] =~ /pasc/i) {
$suffr = $hora eq 'Laudes' ? $suffr{"Suffragium2"} : $suffr{"Suffragium2v"};
} else {
if ($dayname[1] =~ /(?:feria|vigilia)/i && $commune !~ /C10/) {
Expand Down

0 comments on commit 4788e8f

Please sign in to comment.