From c82636958d2c4b4c7d6d2e730ca374ef8865ce51 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Sat, 12 Jan 2008 07:24:59 -0600 Subject: [PATCH] Output.pm - silence unconditional warn. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/Output.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Output.pm b/C4/Output.pm index 3d9caf162a..2645b4159b 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -163,7 +163,7 @@ sub themelanguage { foreach my $th (@themes) { foreach my $la (@languages) { #for ( my $pass = 1 ; $pass <= 2 ; $pass += 1 ) { - warn "$htdocs/$th/$la/modules/$interface-"."tmpl"; + # warn "$htdocs/$th/$la/modules/$interface-"."tmpl"; #$la =~ s/([-_])/ $1 eq '-'? '_': '-' /eg if $pass == 2; if ( -e "$htdocs/$th/$la/modules/$interface-"."tmpl") { #".($interface eq 'intranet'?"modules":"")."/$tmpl" ) { -- 2.39.2