From: minima Date: Mon, 20 Jan 2003 17:21:03 +0000 (+0000) Subject: fix typo X-Git-Tag: PRE-1-52~72 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=a98580704baeea87e9fcfe84838bd9bc2a28e57d fix typo --- diff --git a/cmd/show/station.pl b/cmd/show/station.pl index 68a14375..868ebda9 100644 --- a/cmd/show/station.pl +++ b/cmd/show/station.pl @@ -70,7 +70,7 @@ if (@f <= 2 && uc $f[0] eq 'ALL') { } my $cref = Route::get($call); - my $seek = $cref->isa('Route::Node') ? $call : join(',', $ref->parents) if $cref; + my $seek = $cref->isa('Route::Node') ? $call : join(',', $cref->parents) if $cref; if ($seek) { push @out, "User : $call (at $seek)";