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

Andrew Arensburger arensb at users.sourceforge.net
Fri Oct 4 04:20:42 CEST 2002


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





More information about the Koha-cvs mailing list