diff options
Diffstat (limited to 'admin/WebConsole/comandos/gestores/gestor_Comandos.php')
-rw-r--r-- | admin/WebConsole/comandos/gestores/gestor_Comandos.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/admin/WebConsole/comandos/gestores/gestor_Comandos.php b/admin/WebConsole/comandos/gestores/gestor_Comandos.php index e6ba4ef7..c58c1981 100644 --- a/admin/WebConsole/comandos/gestores/gestor_Comandos.php +++ b/admin/WebConsole/comandos/gestores/gestor_Comandos.php @@ -256,15 +256,9 @@ if($sw_ejya=='on' || $sw_ejprg=="on" ){ $script=@urldecode($ValorParametros["scp"]); if($sw_ejya=='on'){ if ($sw_seguimiento == 1) { - $when = now_params(); $resul = create_schedule_now(strval($sesion), $EJECUCION_PROCEDIMIENTO, - "", $when['map_year'], - $when['map_month'], - 0, 0, $when['map_day'], - $when['map_hour'], - $when['map_am_pm'], - $when['map_minute']); + ""); } else { run_command($idcomando, $cadenaip, $cadenamac, $atributos); } |