1. Fixed VS6 lat/long in prefix_data and wpxloc.raw
[spider.git] / cmd / load / prefixes.pl
1 #
2 # load the prefix_data  file after changing it
3 #
4 my $self = shift;
5 return (0, $self->msg('e5')) if $self->priv < 9;
6 my $out = Prefix::load();
7 return (1, $out ? $out : $self->msg('ok'));
8