koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha thesaurus_popup.pl,1.2,1.2.2.1
Date: Thu, 03 Oct 2002 19:21:36 -0700

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 ...




reply via email to

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