added the hooks for internationalisation
[spider.git] / cmd / load / messages.pl
1 #
2 # load the the Messages file after changing it
3 #
4 my $self = shift;
5 return (0, $self->msg('e5')) if $self->priv < 9;
6 my @out = DXM::load($self);
7 @out = ($self->msg('ok')) if !@out;
8 return (1, @out);