diff options
author | alonso <alonso@us.es> | 2009-11-15 18:59:56 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2009-11-15 18:59:56 +0000 |
commit | ec016976c86635d71b91da13012bd8d4a7bd9012 (patch) | |
tree | b037d43ae6223b4fb0b51990f9bcfca56003501b /admin/WebConsole/comandos/InventarioSoftware.php | |
parent | f258c779435d6adb40a7eedfe4fe8564441be9be (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@544 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/InventarioSoftware.php')
-rw-r--r-- | admin/WebConsole/comandos/InventarioSoftware.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/WebConsole/comandos/InventarioSoftware.php b/admin/WebConsole/comandos/InventarioSoftware.php index c8c1e387..682339cb 100644 --- a/admin/WebConsole/comandos/InventarioSoftware.php +++ b/admin/WebConsole/comandos/InventarioSoftware.php @@ -75,7 +75,7 @@ switch($ambito){ <TH align=center> </TH> <TH align=center> <? echo $TbMsg[8] ?> </TH> <TH align=center> <? echo $TbMsg[9] ?> </TH> - <TH align=center> <? echo $TbMsg[10] ?> </TD></TR> + </TR> <? echo tabla_configuraciones($cmd,$idambito); ?> @@ -121,7 +121,6 @@ function tabla_configuraciones($cmd,$idordenador){ $tablaHtml.='<TD align=center> '.$particion.' </TD>'.chr(13); $tablaHtml.='<TD> '.$nombreso.' </TD>'.chr(13); $tiposo=$ValorParametros["tiposo"]; - $tablaHtml.='<TD></TD>'; $tablaHtml.='</TR>'.chr(13); } } |