diff --git a/web/cgi-bin/horas/horascommon.pl b/web/cgi-bin/horas/horascommon.pl index 70e029ec98..3fedf75b2e 100644 --- a/web/cgi-bin/horas/horascommon.pl +++ b/web/cgi-bin/horas/horascommon.pl @@ -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;