[Koha-cvs] koha/members setdebar.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Oct 19 17:35:53 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/19 15:35:52

Modified files:
	members        : setdebar.pl 

Log message:
	Fix error in auth flag.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/members/setdebar.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3&r2=1.3.2.1

Patches:
Index: setdebar.pl
===================================================================
RCS file: /sources/koha/koha/members/setdebar.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -b -r1.3 -r1.3.2.1
--- setdebar.pl	4 Jul 2006 14:36:52 -0000	1.3
+++ setdebar.pl	19 Oct 2006 15:35:52 -0000	1.3.2.1
@@ -32,7 +32,7 @@
 my $input = new CGI;
 
 my $flagsrequired;
-$flagsrequired->{borrower}=1;
+$flagsrequired->{borrowers}=1;
 my ($loggedinuser, $cookie, $sessionID) = checkauth($input, 0, $flagsrequired);
 
 my $destination = $input->param("destination");





More information about the Koha-cvs mailing list