[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac opac-logout.pl,1.4,1.5
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/opac opac-logout.pl,1.4,1.5 |
Date: |
Fri, 20 Dec 2002 05:59:10 -0800 |
Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv5426/opac
Modified Files:
opac-logout.pl
Log Message:
small bugfix to make logout work
Index: opac-logout.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-logout.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-logout.pl 19 Dec 2002 11:04:15 -0000 1.4
--- opac-logout.pl 20 Dec 2002 13:59:07 -0000 1.5
***************
*** 59,63 ****
}
! $dbh->do("delete from sessions where sessionID=?", $sessionID);
open L, ">>/tmp/sessionlog";
my $time=localtime(time());
--- 59,64 ----
}
! my $sth=$dbh->prepare("delete from sessions where sessionID=?");
! $sth->execute($sessionID);
open L, ">>/tmp/sessionlog";
my $time=localtime(time());
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac opac-logout.pl,1.4,1.5,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/misc buildrelease,1.4,1.5 installer.pl,1.6,1.7
- Next by Date:
[Koha-cvs] CVS: koha/misc/marc_datas/marc21_en structure_def.sql,1.1,1.2
- Previous by thread:
[Koha-cvs] CVS: koha/misc buildrelease,1.4,1.5 installer.pl,1.6,1.7
- Next by thread:
[Koha-cvs] CVS: koha/misc/marc_datas/marc21_en structure_def.sql,1.1,1.2
- Index(es):