2. speeded up the show/node command by using the DB_File interface and
[spider.git] / cmd / show / node.pl
index c18d8fb9376dc8d71e18c48ac68243dfd5dcd8a0..9bc77e2a031f454c51c3983ce58c000c6cd4f179 100644 (file)
@@ -22,8 +22,6 @@ my @out;
 
 # search thru the user for nodes
 unless (@call) {
-#  the official way
-#      @call = sort map { my $ref; (($ref = DXUser->get_current($_)) && $ref->sort ne 'U') ? $_ : () } DXUser::get_all_calls;
        use DB_File;
        
        my ($action, $count, $key, $data);
@@ -71,7 +69,7 @@ foreach $call (@call) {
        }
 }
 
-return (1, @out);
+return (1, @out, $self->msg('rec', $count));