From 669478452f2f7fbce79ce2456a6034ae562cb436 Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Tue, 12 Feb 2019 10:46:37 +0100 Subject: #834: Fixing more code cleanup: CSS units, HTML tags; Javascript comparisons, and PHP variables. --- admin/WebConsole/gestores/gestor_menus.php | 2 +- admin/WebConsole/gestores/gestor_tareas.php | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'admin/WebConsole/gestores') diff --git a/admin/WebConsole/gestores/gestor_menus.php b/admin/WebConsole/gestores/gestor_menus.php index 687f930f..7545d079 100644 --- a/admin/WebConsole/gestores/gestor_menus.php +++ b/admin/WebConsole/gestores/gestor_menus.php @@ -184,7 +184,7 @@ function Gestiona(){ ________________________________________________________________________________________________________*/ function SubarbolXML_menus($idmenu,$descripcion){ global $LITAMBITO_MENUS; - $cadenaXML.='CreaParametro("@idcentro",$idcentro,1); $cmd->CreaParametro("@idtarea",$idtarea,1); @@ -171,7 +171,6 @@ function Gestiona(){ ambito=@ambito,idambito=@idambito WHERE idtarea=@idtarea"; $resul=$cmd->Ejecutar(); - //echo $cmd->texto; break; case $op_eliminacion : $resul=EliminaTareas($cmd,$idtarea,"idtarea"); @@ -181,7 +180,7 @@ function Gestiona(){ $resul=$cmd->Ejecutar(); break; case $op_ejecucion : - $resul=EjecutandoTareas(); + $resul=EjecutandoTareas(); break; default: break; @@ -213,7 +212,7 @@ function EjecutandoTareas(){ global $EJECUCION_TAREA; global $PROCESOS; global $ACCION_INICIADA; - global $ACCION_SINERRORES; + global $ACCION_SINRESULTADO; global $idcentro; global $servidorhidra; global $hidraport; -- cgit v1.2.3-18-g5258