Perltidy opac-logout.pl

This commit is contained in:
Chris Cormack 2007-08-03 17:36:43 -05:00
parent b97261cb76
commit 61804c6815

View file

@ -19,9 +19,9 @@ use CGI;
use C4::Context;
use C4::Output;
my $query = new CGI;
my $query = new CGI;
my $sessionID = $query->cookie('sessionID');
my $dbh = C4::Context->dbh;
my $dbh = C4::Context->dbh;
# Check that this is the ip that created the session before deleting it
my $sth = $dbh->prepare("select userid,ip from sessions where sessionID=?");