Fix week number parameter in URL. Thanks to jassi0001 for the report.

This commit is contained in:
Gilles Darold 2020-04-28 11:28:50 +02:00
parent c2971ad32c
commit 45b5e31801

View file

@ -75,6 +75,9 @@ my $DEFAULT_CHARSET='utf-8';
my $WEEK_START_MONDAY = 1;
# Format the week number
$WEEK = sprintf("%02d", $WEEK) if ($WEEK);
# Read configuration file
&read_config($CONFIG_FILE);