[Koha-cvs] CVS: koha/updater updatedatabase2.pl,1.1,1.1.2.1

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


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

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

Index: updatedatabase2.pl
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase2.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** updatedatabase2.pl	19 Mar 2002 15:39:31 -0000	1.1
--- updatedatabase2.pl	14 Jun 2002 21:20:28 -0000	1.1.2.1
***************
*** 18,21 ****
--- 18,22 ----
  use DBI;
  use C4::Acquisitions;
+ use C4::Biblio;
  use C4::Output;
  





More information about the Koha-cvs mailing list