[Koha-cvs] CVS: koha/updater thesaurus_create.pl,1.2,1.2.2.1

Andrew Arensburger arensb at users.sourceforge.net
Fri Oct 4 04:45:50 CEST 2002


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

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


Index: thesaurus_create.pl
===================================================================
RCS file: /cvsroot/koha/koha/updater/thesaurus_create.pl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** thesaurus_create.pl	14 Aug 2002 18:12:54 -0000	1.2
--- thesaurus_create.pl	4 Oct 2002 02:45:48 -0000	1.2.2.1
***************
*** 23,27 ****
  # with the data in bibliothesaurus
  
! use C4::Database;
  use C4::Catalogue;
  use DBI;
--- 23,27 ----
  # with the data in bibliothesaurus
  
! use C4::Context;
  use C4::Catalogue;
  use DBI;
***************
*** 29,33 ****
  use C4::Output;
  
! my $dbh=C4Connect;
  
  sub dosql {
--- 29,33 ----
  use C4::Output;
  
! my $dbh = C4::Context->dbh;
  
  sub dosql {





More information about the Koha-cvs mailing list