2. speeded up the show/node command by using the DB_File interface and
[spider.git] / cmd / forward / latlong.pl
index 15712f003e635ade4a637623a582b0f09d7e50f4..7f6472bdf1d158de0eaa27534c3da81b8d7f338b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# merge_qra <node>
+# forward/latlong <node> ...
 #
 # send out PC41s toward a node for every user that has a lat/long 
 #
@@ -46,4 +46,4 @@ for ($action = R_FIRST, $count = 0; !$DXUser::dbm->seq($key, $data, $action); $a
                }
        }
 }
-return(1, @out, "$count records sent");
+return(1, @out, $self->msg('rec', $count));