X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fisolate.pl;h=35eb822a2920f5341a15ec57b262b2f8116fbfa3;hb=5bc87856bb191e42d91628a5a4d9579a242b9541;hp=bb66e5177777a7d9069e7a5537eae934e2733a15;hpb=75bf122b6d6d233a83a19be9842b21d546519023;p=spider.git diff --git a/cmd/show/isolate.pl b/cmd/show/isolate.pl index bb66e517..35eb822a 100644 --- a/cmd/show/isolate.pl +++ b/cmd/show/isolate.pl @@ -17,7 +17,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 =>}) { + if ($data =~ m{isolate\s*=>}) { my $u = DXUser->get_current($key); if ($u && $u->isolate) { push @out, $key;