koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/marc fill_usmarc.pl,1.4,1.4.2.1


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/marc fill_usmarc.pl,1.4,1.4.2.1
Date: Thu, 03 Oct 2002 19:40:06 -0700

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

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


Index: fill_usmarc.pl
===================================================================
RCS file: /cvsroot/koha/koha/marc/fill_usmarc.pl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** fill_usmarc.pl      10 Sep 2002 14:02:42 -0000      1.4
--- fill_usmarc.pl      4 Oct 2002 02:40:03 -0000       1.4.2.1
***************
*** 21,27 ****
  # Suite 330, Boston, MA  02111-1307 USA
  
- use C4::Database;
  use strict;
! my $dbh=C4Connect;
  my $fields;
  marcdefs();
--- 21,28 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
  use strict;
! use C4::Context;
! 
! my $dbh = C4::Context->dbh;
  my $fields;
  marcdefs();




reply via email to

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