fixed save command in cron context
[spider.git] / perl / DXProt.pm
index 9e07d9e4165e71c45e08ce78a8cd59a48c016c34..d26795c406a3921c3387a2e6e08f87b4992ac6d2 100644 (file)
@@ -1966,5 +1966,10 @@ sub eph_list
        }
        return @out;
 }
+
+sub run_cmd
+{
+       goto &DXCommandmode::run_cmd;
+}
 1;
 __END__