+06Jan06=======================================================================
+1. Fix problem with rcmd <call> sh/fdx
27Dec05=======================================================================
1. put some more flesh on the SQL stuff (which may turn out to be a bit of a
red herring as it doesn't appear to be significantly faster (for spots) than
push @out, VE7CC::dx_spot($self, @$ref);
} else {
if ($real) {
- push @out, $self->format_dx_spot(@$ref);
+ push @out, DXCommandmode::format_dx_spot($self, @$ref);
} else {
push @out, Spot::formatl(@$ref);
}
return () if length $cmdline == 0;
-
+
+
# split the command line up into parts, the first part is the command
my ($cmd, $args) = split /\s+/, $cmdline, 2;
$args = "" unless defined $args;