koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.18,1.9.2.19


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.18,1.9.2.19
Date: Sun, 01 Dec 2002 17:33:41 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv1872

Modified Files:
      Tag: rel-1-2
        Auth.pm 
Log Message:

fixed a bug in the auth.pm system


Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.9.2.18
retrieving revision 1.9.2.19
diff -C2 -r1.9.2.18 -r1.9.2.19
*** Auth.pm     27 Nov 2002 01:47:43 -0000      1.9.2.18
--- Auth.pm     2 Dec 2002 01:33:39 -0000       1.9.2.19
***************
*** 140,143 ****
--- 140,144 ----
                $info{'timed_out'} = 1;
                $dbh->do("DELETE FROM sessions WHERE sessionID=?", undef, 
$sessionID);
+               $userid = undef;
                $sessionID = undef;
                open L, ">>/tmp/sessionlog";
***************
*** 152,155 ****
--- 153,157 ----
                $dbh->do("DELETE FROM sessions WHERE sessionID=?", undef, 
$sessionID);
                $sessionID = undef;
+               $userid = undef;
                open L, ">>/tmp/sessionlog";
                my $time=localtime(time());




reply via email to

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