diff options
author | ramon <ramongomez@us.es> | 2017-12-27 12:50:13 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-12-27 12:50:13 +0000 |
commit | 39db3a1a306a396aa73e8d816beec5a720e06be1 (patch) | |
tree | 4c5c13e9e97ae002ec29400d698df62d93dee6d8 /admin/WebConsole/asistentes | |
parent | ef5025f5c01cd7b2654da5f4f9fa281a483da340 (diff) |
#730: Evitar algunos avisos de PHP por vaariable no definida y aƱadir mensajes de ayuda restantes en funciones.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5545 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/asistentes')
-rw-r--r-- | admin/WebConsole/asistentes/gestores/gestor_Comandos.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/asistentes/gestores/gestor_Comandos.php b/admin/WebConsole/asistentes/gestores/gestor_Comandos.php index 7be69a3f..b309647c 100644 --- a/admin/WebConsole/asistentes/gestores/gestor_Comandos.php +++ b/admin/WebConsole/asistentes/gestores/gestor_Comandos.php @@ -23,6 +23,7 @@ include_once("../includes/capturaacciones.php"); // Recoge parametros de seguimiento $sw_ejya=""; $sw_seguimiento=""; +$sw_ejprg=""; $sw_mkprocedimiento=""; $nombreprocedimiento=""; |