Skip to content

Commit

Permalink
Revert "Merge pull request DivinumOfficium#3700 from DivinumOfficium/…
Browse files Browse the repository at this point in the history
…revert-3699-gabc-clean"

This reverts commit d232b9e, reversing
changes made to 7e1ce4b.
  • Loading branch information
FAJ-Munich authored and Gálli Zoltán committed Jun 14, 2024
1 parent dafc39d commit c1e3532
Show file tree
Hide file tree
Showing 16,818 changed files with 353,789 additions and 512 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions web/cgi-bin/horas/dialogcommon.pl
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ sub get_dayname_for_condition {
missa => sub {$missanumber},
communi => sub { {summpont => ($version =~ /1960/ || $version =~ /1955/ || $version =~ /Divino/)} },
'die' => \&get_dayname_for_condition,
tonus => sub {$chantTone},
tonus => sub {$chantTone},
hora => sub {$hora},
);
our %predicates = (
tridentina => sub { shift =~ /Trident/ },
Expand All @@ -142,6 +145,7 @@ sub get_dayname_for_condition {
longior => sub { shift == 1 },
brevior => sub { shift == 2 },
'summorum pontificum' => sub { ${shift()}{summpont} },
'in solemnitatibus' => sub { shift =~ /solemnis|resurrectionis/i },
);

# parse and evaluate a condition
Expand Down
Loading

0 comments on commit c1e3532

Please sign in to comment.