From: arensb Date: Wed, 16 Oct 2002 12:32:26 +0000 (+0000) Subject: C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue, X-Git-Tag: R_1-3-2~83 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=5656db688255b59e4592952ff276040d4f4e8020;p=koha_gimpoz C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue, since that's what was apparently intended. --- 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;