Skip to content

Commit

Permalink
Fix Ant Vespera 2024-08-31 and similar cases
Browse files Browse the repository at this point in the history
  • Loading branch information
FAJ-Munich committed Aug 31, 2024
1 parent d1e39d7 commit 3af59ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/cgi-bin/horas/horascommon.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1212,11 +1212,11 @@ sub gettoday {

sub setsecondcol {
our ($winner, $commemoratio, $commune, $scriptura);
our ($lang2, $tvesp, $testmode);
our ($lang2, $vespera, $testmode);

our (%winner2, %commemoratio2, %commune2, %scriptura2) = () x 4;

%winner2 = %{officestring($lang2, $winner, $winner =~ /tempora/i && $tvesp == 1)} if $winner;
%winner2 = %{officestring($lang2, $winner, $winner =~ /tempora/i && $vespera == 1)} if $winner;
%commemoratio2 = %{officestring($lang2, $commemoratio)} if $commemoratio;
%commune2 = %{officestring($lang2, $commune)} if $commune;
%scriptura2 = %{officestring($lang2, $scriptura)} if $scriptura;
Expand Down

0 comments on commit 3af59ee

Please sign in to comment.