remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / stat / channel.pl
index d963eb45eee91b62b56404952b067530cbe30d8f..472e7cf483f5a909e8a11be4119e9117fbd46e9d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # show the channel status
 #
-# $Id$
+#
 #
 
 use strict;
@@ -13,7 +13,7 @@ my $call;
 my @out;
 foreach $call (@list) {
   $call = uc $call;
-  my $ref = DXChannel->get($call);
+  my $ref = DXChannel::get($call);
   if ($ref) {
     @out = print_all_fields($self, $ref, "Channel Information $call");
   } else {