C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue,
authorarensb <arensb>
Wed, 16 Oct 2002 12:32:26 +0000 (12:32 +0000)
committerarensb <arensb>
Wed, 16 Oct 2002 12:32:26 +0000 (12:32 +0000)
since that's what was apparently intended.

addwebsite.pl

index c8212e9..ae50a40 100755 (executable)
@@ -19,7 +19,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-use C4::Acquisitions;
+use C4::Catalogue;
 use CGI;
 
 my $input = new CGI;