koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/marc koha2marc,1.5,1.5.2.1


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/marc koha2marc,1.5,1.5.2.1
Date: Thu, 03 Oct 2002 19:40:13 -0700

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

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


Index: koha2marc
===================================================================
RCS file: /cvsroot/koha/koha/marc/koha2marc,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** koha2marc   20 Jun 2002 17:33:17 -0000      1.5
--- koha2marc   4 Oct 2002 02:40:11 -0000       1.5.2.1
***************
*** 8,12 ****
  system("mysql Koha -pkohapass < deletemarc");
  
! use C4::Database;
  use C4::Catalogue;
  use CGI;
--- 8,12 ----
  system("mysql Koha -pkohapass < deletemarc");
  
! use C4::Context;
  use C4::Catalogue;
  use CGI;
***************
*** 16,24 ****
  use C4::Biblio;
  use C4::Output;
! my $dbh=C4Connect;
  my $userid=$ENV{'REMOTE_USER'};
  
  
! my $dbh=C4Connect;
  
  
--- 16,24 ----
  use C4::Biblio;
  use C4::Output;
! my $dbh = C4::Context->dbh;
  my $userid=$ENV{'REMOTE_USER'};
  
  
! my $dbh = C4::Context->dbh;
  
  




reply via email to

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