diff options
author | irina <irinagomez@us.es> | 2014-10-21 09:39:27 +0000 |
---|---|---|
committer | irina <irinagomez@us.es> | 2014-10-21 09:39:27 +0000 |
commit | 7a8ab05f6881541c25196b6d20697c64d8910570 (patch) | |
tree | 26f1e5ab104ffab5deb09934c060160db51e4430 /admin/WebConsole/comandos/InventarioSoftware.php | |
parent | 9a1df17f3d3d4d1c331e7333298563b443178df1 (diff) |
#665 IniciarSesion: toma los datos correctos de la base de datos y los muestra por grupos de ordenadores con iguales sistemas operativos.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4406 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/InventarioSoftware.php')
-rw-r--r-- | admin/WebConsole/comandos/InventarioSoftware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/comandos/InventarioSoftware.php b/admin/WebConsole/comandos/InventarioSoftware.php index 1aeea4bb..3f154134 100644 --- a/admin/WebConsole/comandos/InventarioSoftware.php +++ b/admin/WebConsole/comandos/InventarioSoftware.php @@ -67,7 +67,7 @@ switch($ambito){ <P align=center> <SPAN align=center class=subcabeceras><? echo $TbMsg[7] ?></SPAN> </p> - <?php echo tablaConfiguracionesIniciarSesion($cmd,$idambito); ?> + <?php echo tablaConfiguracionesInventarioSoftware($cmd,$idambito); ?> </BR> <? |