These were using the old deprecation C4::Acquisitions
authorrangi <rangi>
Wed, 25 Jun 2003 04:48:45 +0000 (04:48 +0000)
committerrangi <rangi>
Wed, 25 Jun 2003 04:48:45 +0000 (04:48 +0000)
Change to C4::Catalogue

deletewebsite.pl
updatewebsite.pl

index 09e1c30..98092b5 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;
index a17596c..c2c3a9a 100755 (executable)
@@ -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;