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

Henri-Damien LAURENT laurenthdl at alinto.com
Fri Jan 12 10:44:36 CET 2007


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')
                 );





More information about the Koha-cvs mailing list