[Koha-patches] [PATCH] followup previous patch - remove disused $opacstylesheet

Galen Charlton galen.charlton at liblime.com
Sat Jun 6 00:06:50 CEST 2009


---
 C4/Output.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/C4/Output.pm b/C4/Output.pm
index a147bfd..fb87e0f 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";
-- 
1.5.6.5




More information about the Koha-patches mailing list