koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/updater thesaurus_create.pl,1.2,1.2.2.1
Date: Thu, 03 Oct 2002 19:45:50 -0700

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 {




reply via email to

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