koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha logout.pl,1.3,1.3.2.1


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha logout.pl,1.3,1.3.2.1
Date: Thu, 03 Oct 2002 19:20:42 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv17713

Modified Files:
      Tag: arensb-context
        logout.pl 
Log Message:
Use C4::Connect instead of C4::Database, C4::Connect->dbh instead
C4Connect.


Index: logout.pl
===================================================================
RCS file: /cvsroot/koha/koha/logout.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** logout.pl   14 Aug 2002 18:12:51 -0000      1.3
--- logout.pl   4 Oct 2002 02:20:40 -0000       1.3.2.1
***************
*** 20,24 ****
  
  use CGI;
! use C4::Database;
  
  my $query=new CGI;
--- 20,24 ----
  
  use CGI;
! use C4::Context;
  
  my $query=new CGI;
***************
*** 42,46 ****
  }
  
! my $dbh=C4Connect;
  
  # Check that this is the ip that created the session before deleting it
--- 42,46 ----
  }
  
! my $dbh = C4::Context->dbh;
  
  # Check that this is the ip that created the session before deleting it




reply via email to

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