koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/C4 Auth.pm [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/C4 Auth.pm [rel_2_2]
Date: Fri, 14 Apr 2006 17:01:13 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/04/14 17:01:13

Modified files:
        C4             : Auth.pm 

Log message:
        enable TemplateEncoding for Intranet templates

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Auth.pm.diff?only_with_tag=rel_2_2&tr1=1.36.2.15&tr2=1.36.2.16&r1=text&r2=text

Patches:
Index: koha/C4/Auth.pm
diff -u koha/C4/Auth.pm:1.36.2.15 koha/C4/Auth.pm:1.36.2.16
--- koha/C4/Auth.pm:1.36.2.15   Thu Apr 13 20:27:22 2006
+++ koha/C4/Auth.pm     Fri Apr 14 17:01:12 2006
@@ -210,6 +210,7 @@
                );
        }
        $template->param(
+                               TemplateEncoding => 
C4::Context->preference("TemplateEncoding"),
                                AmazonContent => 
C4::Context->preference("AmazonContent"),
                             LibraryName => 
C4::Context->preference("LibraryName"),
                );




reply via email to

[Prev in Thread] Current Thread [Next in Thread]