[Koha-cvs] CVS: koha thesaurus_popup.pl,1.2,1.2.2.1

Andrew Arensburger arensb at users.sourceforge.net
Fri Oct 4 04:21:36 CEST 2002


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

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


Index: thesaurus_popup.pl
===================================================================
RCS file: /cvsroot/koha/koha/thesaurus_popup.pl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** thesaurus_popup.pl	14 Aug 2002 18:12:51 -0000	1.2
--- thesaurus_popup.pl	4 Oct 2002 02:21:34 -0000	1.2.2.1
***************
*** 24,28 ****
  use strict;
  use CGI;
! use C4::Database;
  use C4::Search;
  use C4::Circulation::Circ2;
--- 24,28 ----
  use strict;
  use CGI;
! use C4::Context;
  use C4::Search;
  use C4::Circulation::Circ2;
***************
*** 38,42 ****
  my $freelib_text = $input->param('freelib_text');
  
! my $dbh=C4Connect;
  
  # make the page ...
--- 38,42 ----
  my $freelib_text = $input->param('freelib_text');
  
! my $dbh = C4::Context->dbh;
  
  # make the page ...





More information about the Koha-cvs mailing list