From 5656db688255b59e4592952ff276040d4f4e8020 Mon Sep 17 00:00:00 2001 From: arensb Date: Wed, 16 Oct 2002 12:32:26 +0000 Subject: [PATCH] C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue, since that's what was apparently intended. --- addwebsite.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addwebsite.pl b/addwebsite.pl index c8212e9f55..ae50a400c5 100755 --- a/addwebsite.pl +++ b/addwebsite.pl @@ -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; -- 2.11.0