X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fexport_users.pl;h=753a48facafa5b2cc74dd79b71e4cae8f13413fd;hb=4f1c00b0c181d994b13bb9b0ff9ea03ee0cf120c;hp=a7a2c6ec50fe06c35d16308022801cbbb7b03f3e;hpb=d1daa87473f824fcae5751e2576c31265bf53544;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;