koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha deletebiblioitem.pl,1.2,1.3
Date: Wed, 16 Oct 2002 05:35:45 -0700

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;
  




reply via email to

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