From 46a174f078f1614474126fab80f7510ebd184dc3 Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 25 Jun 2003 04:48:45 +0000 Subject: [PATCH] These were using the old deprecation C4::Acquisitions Change to C4::Catalogue --- deletewebsite.pl | 2 +- updatewebsite.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deletewebsite.pl b/deletewebsite.pl index 09e1c306b5..98092b5743 100755 --- a/deletewebsite.pl +++ b/deletewebsite.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; diff --git a/updatewebsite.pl b/updatewebsite.pl index a17596c7bd..c2c3a9a391 100755 --- a/updatewebsite.pl +++ b/updatewebsite.pl @@ -20,7 +20,7 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; -use C4::Acquisitions; +use C4::Catalogue; use CGI; my $input = new CGI; -- 2.39.2