fix console.pl max scroll depth
[spider.git] / cmd / dbshow.pl
index 309ce8a51d61cb16d3edcee339097dacc30ffcc1..e6e138c2b414ab75f05e3443a9976091b26f30ff 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Database update routine
+# Database enquiry routine
 #
 # Copyright (c) 1999 Dirk Koopman G1TLH
 #
@@ -24,7 +24,7 @@ foreach  $n (@db) {
        if ($db->remote) {
 
                # remote databases
-               unless (Route::Node::get($db->remote) || DXChannel->get($db->remote)) {
+               unless (Route::Node::get($db->remote) || DXChannel::get($db->remote)) {
                        push @out, $self->msg('db4', uc $name, $db->remote);
                        last;
                }