X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fexport_users.pl;h=753a48facafa5b2cc74dd79b71e4cae8f13413fd;hb=d2b28488d70d97c2e467cd7c57077024b7241b45;hp=a7a2c6ec50fe06c35d16308022801cbbb7b03f3e;hpb=c94ff1bf2cbe16ed59c5b273c7f6730fd7314cab;p=spider.git diff --git a/cmd/export_users.pl b/cmd/export_users.pl index a7a2c6ec..753a48fa 100644 --- a/cmd/export_users.pl +++ b/cmd/export_users.pl @@ -4,7 +4,7 @@ # # my $self = shift; -my $line = shift || localdata("user_asc"); +my $line = shift || "user_asc"; return (1, $self->msg('e5')) unless $self->priv >= 9; my ($fn, $flag) = split /\s+/, $line;