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

Andrew Arensburger arensb at users.sourceforge.net
Fri Oct 4 04:40:06 CEST 2002


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();





More information about the Koha-cvs mailing list