From 3d2fa14ad4cd6fd33d6dc6d6e8643a085bac422b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 4 Oct 2021 17:33:31 +0000 Subject: [PATCH] Bug 28982: (follow-up) Ensure that date format is correctly checked This patch modifies the global calendar include so that it doesn't use the potentially-undefined template variable "dateformat." --- .../prog/en/includes/calendar.inc | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc index 0718dc3e6d..922c1dc523 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc @@ -6,8 +6,25 @@