Bug 14522: (QA followup) Remove $single_holidays global
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 28 Sep 2015 14:21:39 +0000 (10:21 -0400)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Fri, 2 Oct 2015 14:42:12 +0000 (11:42 -0300)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
Koha/Calendar.pm

index 550f063..1702a81 100644 (file)
@@ -59,7 +59,7 @@ sub _init {
 # 3.16, bug 8089 will be fixed and we can switch the caching over
 # to Koha::Cache.
 
-our ( $exception_holidays, $single_holidays ); ## no need for $single_holidays now, surely?
+our $exception_holidays;
 
 sub exception_holidays {
     my ( $self ) = @_;