From d5446ed480283c37598a46271fea6c568e3919b2 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Wed, 4 Jan 2017 16:11:03 +0000 Subject: [PATCH] Bug 17846: Remove get_infos_of declaration The function which was removed was still being exported. This removes it completely. Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- C4/Koha.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 8a83ae2402..9f062269e8 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -46,7 +46,6 @@ BEGIN { &getallthemes &getFacets &getnbpages - &get_infos_of &get_notforloan_label_of &getitemtypeimagedir &getitemtypeimagesrc -- 2.11.4.GIT