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: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/C4 Auth.pm [rel_3_0]
Date: Fri, 12 Jan 2007 09:44:36 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Henri-Damien LAURENT <hdl>      07/01/12 09:44:35

Modified files:
        C4             : Auth.pm 

Log message:
        Bug FIXING :
        ADDING BRANCHNAME SUPER to userenv when logged in with mysql privileged 
user.

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

Patches:
Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.54.2.23
retrieving revision 1.54.2.24
diff -u -b -r1.54.2.23 -r1.54.2.24
--- Auth.pm     11 Jan 2007 15:30:52 -0000      1.54.2.23
+++ Auth.pm     12 Jan 2007 09:44:35 -0000      1.54.2.24
@@ -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.23 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.54.2.24 $' =~ /\d+/g;
     shift(@v) . "." . join( "_", map { sprintf "%03d", $_ } @v );
 };
 
@@ -570,6 +570,7 @@
                     C4::Context->config('user'),
                     C4::Context->config('user'),
                     "",
+                    "SUPER",
                     1,
                     C4::Context->preference('KohaAdminEmailAddress')
                 );




reply via email to

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