From 5375a71070dfa45d96d84047908e78c5090b9ae4 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 5 Jun 2009 17:06:16 -0500 Subject: [PATCH] followup previous patch - remove disused $opacstylesheet Signed-off-by: Galen Charlton --- C4/Output.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Output.pm b/C4/Output.pm index a147bfdea3..fb87e0f90c 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -80,7 +80,6 @@ sub gettemplate { } my $path = C4::Context->preference('intranet_includes') || 'includes'; my ( $theme, $lang ) = themelanguage( $htdocs, $tmplbase, $interface, $query ); - my $opacstylesheet = C4::Context->preference('opacstylesheet'); # if the template doesn't exist, load the English one as a last resort my $filename = "$htdocs/$theme/$lang/modules/$tmplbase"; -- 2.39.2