X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fshow%2Fisolate.pl;h=daa77f42eb01be26fe65c8d454aaa01025d77167;hp=17470bde4b69645abb7ced95e6e73e6d82fb5eba;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/show/isolate.pl b/cmd/show/isolate.pl index 17470bde..daa77f42 100644 --- a/cmd/show/isolate.pl +++ b/cmd/show/isolate.pl @@ -18,7 +18,7 @@ use DB_File; my ($action, $count, $key, $data) = (0,0,0,0); for ($action = DXUser::R_FIRST, $count=0; !$DXUser::dbm->seq($key, $data, $action); $action = DXUser::R_NEXT) { if ($data =~ m{isolate}) { - my $u = DXUser->get_current($key); + my $u = DXUser::get_current($key); if ($u && $u->isolate) { push @out, $key; ++$count;