Go back to the old way of caching commands (but without the silly warnings
[spider.git] / cmd / load / cmd_cache.pl
index 67507dbda9ccee65ff426f4c135e98d622c196b9..9361a0817c7a6be1331dedfcba355e74848d7d26 100644 (file)
@@ -10,6 +10,7 @@
 # $Id$
 #
 my $self = shift;
+$DB::single = 1;
 return (1, $self->msg('e5')) if $self->priv < 9;
 DXCommandmode::clear_cmd_cache();
 return (1, $self->msg('ok'));