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_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/C4 Auth.pm [rel_3_0]
Date: Mon, 29 Jan 2007 16:28:25 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        07/01/29 16:28:25

Modified files:
        C4             : Auth.pm 

Log message:
        adding patronimage in template syspref.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Auth.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.54.2.24&r2=1.54.2.25

Patches:
Index: Auth.pm
===================================================================
RCS file: /sources/koha/koha/C4/Auth.pm,v
retrieving revision 1.54.2.24
retrieving revision 1.54.2.25
diff -u -b -r1.54.2.24 -r1.54.2.25
--- Auth.pm     12 Jan 2007 09:44:35 -0000      1.54.2.24
+++ Auth.pm     29 Jan 2007 16:28:25 -0000      1.54.2.25
@@ -37,7 +37,7 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.54.2.24 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.54.2.25 $' =~ /\d+/g;
     shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v );
 };
 
@@ -225,7 +225,8 @@
             LibraryName        => C4::Context->preference("LibraryName"),
             LoginBranchname         => 
(C4::Context->userenv?C4::Context->userenv->{"branchname"}:"insecure"),
             AutoLocation       => C4::Context->preference("AutoLocation"),
-            hide_marc => C4::Context->preference('hide_marc'),
+            hide_marc          => C4::Context->preference("hide_marc"),
+            patronimages       => C4::Context->preference("patronimages"),
         );
     }
     else {
@@ -266,7 +267,8 @@
             OpacAuthorities    => C4::Context->preference("OpacAuthorities"),
             OpacBrowser        => C4::Context->preference("OpacBrowser"),
             reviewson          => C4::Context->preference("reviewson"),
-            hide_marc => C4::Context->preference('hide_marc'),
+            hide_marc          => C4::Context->preference("hide_marc"),
+            patronimages       => C4::Context->preference("patronimages"),
         );
     }
     return ( $template, $borrowernumber, $cookie );




reply via email to

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