[Koha-cvs] CVS: koha/marc koha2marc,1.4,1.4.2.1 test,1.1,1.1.2.1 viewmarc.pl,1.2,1.2.2.1

Alan Millar amillar at users.sourceforge.net
Fri Jun 14 23:20:30 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	koha2marc test viewmarc.pl 
Log Message:
Split biblio functions in Acquisitions.pm out to new Biblio.pm

Index: koha2marc
===================================================================
RCS file: /cvsroot/koha/koha/marc/koha2marc,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** koha2marc	6 Nov 2001 18:25:30 -0000	1.4
--- koha2marc	14 Jun 2002 21:20:27 -0000	1.4.2.1
***************
*** 14,17 ****
--- 14,18 ----
  #use strict;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  my $dbh=C4Connect;

Index: test
===================================================================
RCS file: /cvsroot/koha/koha/marc/test,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** test	6 Nov 2001 18:24:54 -0000	1.1
--- test	14 Jun 2002 21:20:28 -0000	1.1.2.1
***************
*** 9,12 ****
--- 9,13 ----
  #use strict;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  my $userid=$ENV{'REMOTE_USER'};

Index: viewmarc.pl
===================================================================
RCS file: /cvsroot/koha/koha/marc/viewmarc.pl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** viewmarc.pl	5 Oct 2001 21:23:22 -0000	1.2
--- viewmarc.pl	14 Jun 2002 21:20:28 -0000	1.2.2.1
***************
*** 13,16 ****
--- 13,17 ----
  use strict;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  





More information about the Koha-cvs mailing list