added swop file
[spider.git] / cmd / load / bands.pl
index cd184f68087e8cab89fdff3d6f75d78bae32c0b1..856aebc568e7224dbb17ad83cd1bca4b2398fb6c 100644 (file)
@@ -2,7 +2,7 @@
 # load the bands  file after changing it
 #
 my $self = shift;
-return (0, $self->msg('e5')) if $self->priv < 9;
+return (1, $self->msg('e5')) if $self->priv < 9;
 my @out = Bands::load($self);
 @out = ($self->msg('ok')) if !@out;
 return (1, @out);