From a20ee79da43b85d8718b61a2fea197cd992c92e5 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 24 Aug 2016 12:53:23 +1200 Subject: [PATCH] Bug 17177 - about.pl references a module that doesn't exist To test 1/ Go to the about page, notice error 2/ Apply patch 3/ Notice error gone --- about.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/about.pl b/about.pl index 250e6db..7bfe14a 100755 --- a/about.pl +++ b/about.pl @@ -35,7 +35,6 @@ use C4::Installer; use Koha; use Koha::Borrowers; -use Koha::Config::SysPrefs; use C4::Members::Statistics; #use Smart::Comments '####'; -- 2.8.1