diff options
author | ramon <ramongomez@us.es> | 2012-06-21 14:12:03 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-06-21 14:12:03 +0000 |
commit | ef3ffe250742bb28514aee7e7da92b334d74bcfb (patch) | |
tree | afd2232529fd39c0043d24bef501b3510b8aa87f /admin/WebConsole/comandos/Configurar.php | |
parent | 67388cca1a766a4d0062bda59ff3ce9de377d11e (diff) |
Versión 1.0.4, #505: Llamar a función de sondeo en comandos para aulas.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3232 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/Configurar.php')
-rw-r--r-- | admin/WebConsole/comandos/Configurar.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/WebConsole/comandos/Configurar.php b/admin/WebConsole/comandos/Configurar.php index ebd02c8f..10e11523 100644 --- a/admin/WebConsole/comandos/Configurar.php +++ b/admin/WebConsole/comandos/Configurar.php @@ -68,7 +68,7 @@ if (isset($_POST["fk_nombreSO"])) $fk_nombreSO=$_POST["fk_nombreSO"]; echo '<p align=center><span class=cabeceras>'.$TbMsg[5].' </span><br>'; //________________________________________________________________________________________________________ // - include_once("./includes/FiltradoAmbito.php"); + include_once("./includes/FiltradoAmbito.php"); //________________________________________________________________________________________________________ echo '<P align=center><SPAN align=center class=subcabeceras>'.$TbMsg[19].'</SPAN></P>'; @@ -133,6 +133,9 @@ if (isset($_POST["fk_nombreSO"])) $fk_nombreSO=$_POST["fk_nombreSO"]; include_once("./includes/opcionesacciones.php"); //________________________________________________________________________________________________________ ?> +<SCRIPT language="javascript"> + Sondeo(); +</SCRIPT> </BODY> </HTML> <? |