From 88951305aed1bce05847da23a321e7a7159ec845 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 19 Nov 2021 07:13:35 +0000 Subject: [PATCH] Bug 5229: (QA follow-up) Remove last occurrence in code Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- installer/html-template-to-template-toolkit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/html-template-to-template-toolkit.pl b/installer/html-template-to-template-toolkit.pl index f76c87c904..3324be1c59 100755 --- a/installer/html-template-to-template-toolkit.pl +++ b/installer/html-template-to-template-toolkit.pl @@ -28,7 +28,7 @@ my $tmpl_out_dir = 'koha-tt'; my @globals = ( "themelang","JacketImages","OPACAmazonCoverImages","GoogleJackets","BakerTaylorEnabled", "SyndeticsEnabled", "OpacRenewalAllowed", "item_level_itypes","noItemTypeImages", "virtualshelves", "OPACHoldRequests", "COinSinOPACResults", "OPACXSLTResultsDisplay", - "OPACItemsResultsDisplay", "LibraryThingForLibrariesID", "opacuserlogin", "TagsEnabled", + "LibraryThingForLibrariesID", "opacuserlogin", "TagsEnabled", "TagsShowOnList", "TagsInputOnList","loggedinusername","opacbookbag", "OPACAmazonEnabled", "SyndeticsCoverImages" ); -- 2.20.1