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: Owen Leonard
Subject: [Koha-cvs] koha/C4 Auth.pm [rel_2_2]
Date: Thu, 13 Apr 2006 20:27:22 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <address@hidden>   06/04/13 20:27:22

Modified files:
        C4             : Auth.pm 

Log message:
        Moving AmazonContent preference so that it can affect both OPAC and 
Intranet

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

Patches:
Index: koha/C4/Auth.pm
diff -u koha/C4/Auth.pm:1.36.2.14 koha/C4/Auth.pm:1.36.2.15
--- koha/C4/Auth.pm:1.36.2.14   Wed Apr  5 15:43:27 2006
+++ koha/C4/Auth.pm     Thu Apr 13 20:27:22 2006
@@ -202,7 +202,6 @@
                                virtualshelves => 
C4::Context->preference("virtualshelves"),
                                OpacNav => C4::Context->preference("OpacNav"),
                                opaccredits => 
C4::Context->preference("opaccredits"),
-                               AmazonContent => 
C4::Context->preference("AmazonContent"),
                                opacsmallimage => 
C4::Context->preference("opacsmallimage"),
                                opaclayoutstylesheet => 
C4::Context->preference("opaclayoutstylesheet"),
                                opaccolorstylesheet => 
C4::Context->preference("opaccolorstylesheet"),
@@ -211,6 +210,7 @@
                );
        }
        $template->param(
+                               AmazonContent => 
C4::Context->preference("AmazonContent"),
                             LibraryName => 
C4::Context->preference("LibraryName"),
                );
        return ($template, $borrowernumber, $cookie);




reply via email to

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