@@ -, +, @@ --- tools/newHolidays.pl | 2 -- 1 file changed, 2 deletions(-) --- a/tools/newHolidays.pl +++ a/tools/newHolidays.pl @@ -24,8 +24,6 @@ use CGI qw ( -utf8 ); use C4::Auth; use C4::Output; -use Koha::Caches; - use C4::Calendar; use DateTime; use Koha::DateUtils; --