Output.pm - silence unconditional warn.
authorJoe Atzberger <joe.atzberger@liblime.com>
Sat, 12 Jan 2008 13:24:59 +0000 (07:24 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 14 Jan 2008 22:45:25 +0000 (16:45 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Output.pm

index 3d9caf1..2645b41 100644 (file)
@@ -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" ) {