[Koha-cvs] CVS: koha deletebiblioitem.pl,1.2,1.3

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 16 14:35:45 CEST 2002


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

Modified Files:
	deletebiblioitem.pl 
Log Message:
Replaced nonexistent C4::Acquisitions with C4::Biblio, since that's
what was apparently intended.


Index: deletebiblioitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/deletebiblioitem.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** deletebiblioitem.pl	14 Aug 2002 18:12:51 -0000	1.2
--- deletebiblioitem.pl	16 Oct 2002 12:35:43 -0000	1.3
***************
*** 20,24 ****
  
  use strict;
! use C4::Acquisitions;
  use CGI;
  
--- 20,24 ----
  
  use strict;
! use C4::Biblio;			# For &deletebiblioitem
  use CGI;
  





More information about the Koha-cvs mailing list