Replaced nonexistent C4::Acquisitions with C4::Biblio, since that's
authorarensb <arensb>
Wed, 16 Oct 2002 12:35:43 +0000 (12:35 +0000)
committerarensb <arensb>
Wed, 16 Oct 2002 12:35:43 +0000 (12:35 +0000)
what was apparently intended.

deletebiblioitem.pl

index cb14ea2..53cbd06 100755 (executable)
@@ -19,7 +19,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-use C4::Acquisitions;
+use C4::Biblio;                        # For &deletebiblioitem
 use CGI;
 
 my $input = new CGI;