Workaround for strange label. Didn't realize this happens in the OPAC too.
[koha.git] / updatewebsite.pl
index bde44b0..c2c3a9a 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 
+# $Id$
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -19,7 +20,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-use C4::Acquisitions;
+use C4::Catalogue;
 use CGI;
 
 my $input = new CGI;
@@ -39,7 +40,7 @@ if ($input->param('delete')) {
 
 } elsif (! $biblionumber) {
     print $input->redirect("/catalogue/");
-    
+
 } elsif (! $websitenumber) {
     print $input->redirect("modwebsites.pl?biblionumber=$biblionumber");