[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.9,1.9.2.10
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.9,1.9.2.10 |
Date: |
Mon, 09 Sep 2002 11:44:43 -0700 |
Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv27620
Modified Files:
Tag: rel-1-2
Auth.pm
Log Message:
Bug that broke access flag checking when logging in using a borrower card
number instead of a userid.
Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.9.2.9
retrieving revision 1.9.2.10
diff -C2 -r1.9.2.9 -r1.9.2.10
*** Auth.pm 8 Sep 2002 05:04:46 -0000 1.9.2.9
--- Auth.pm 9 Sep 2002 18:44:39 -0000 1.9.2.10
***************
*** 102,105 ****
--- 102,106 ----
$sth->execute($userid);
my ($cardnumber) = $sth->fetchrow;
+ ($cardnumber) || ($cardnumber=$userid);
my $flags=getuserflags($cardnumber,$dbh);
my $configfile=configfile();
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.9,1.9.2.10,
Steve Tonnesen <=
- Prev by Date:
[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.3.2.2,1.3.2.3 circulation.pl,1.23.2.5,1.23.2.6 returns.pl,1.13.2.3,1.13.2.4
- Next by Date:
[Koha-cvs] CVS: koha-html/intranet-html/includes/templates/default/catalogue detail.tmpl,1.4.4.5,1.4.4.6
- Previous by thread:
[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.3.2.2,1.3.2.3 circulation.pl,1.23.2.5,1.23.2.6 returns.pl,1.13.2.3,1.13.2.4
- Next by thread:
[Koha-cvs] CVS: koha-html/intranet-html/includes/templates/default/catalogue detail.tmpl,1.4.4.5,1.4.4.6
- Index(es):