From f9944110723e37eedf26f5d0afc70aafaf9768e6 Mon Sep 17 00:00:00 2001 From: ramon Date: Tue, 30 Oct 2012 15:29:48 +0000 Subject: #551: Eliminar avisos PHP en fichero de log de Apache en comando Restaurar y en Configuración. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/tags/opengnsys-1.0.4a@3386 a21b9725-9963-47de-94b9-378ad31fedc9 --- admin/WebConsole/comandos/RestaurarImagen.php | 2 +- admin/WebConsole/includes/ConfiguracionesParticiones.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/WebConsole/comandos/RestaurarImagen.php b/admin/WebConsole/comandos/RestaurarImagen.php index 062e2d66..cbd208ea 100644 --- a/admin/WebConsole/comandos/RestaurarImagen.php +++ b/admin/WebConsole/comandos/RestaurarImagen.php @@ -189,10 +189,10 @@ function pintaParticiones($cmd,$configuraciones,$idordenadores,$cc,$ambito,$idam $TBmetodos["MULTICAST-CACHE"]=3; $TBmetodos["MULTICAST-DIRECT"]=4; $TBmetodos["TORRENT-CACHE"]=5; + $idxc=$_SESSION["protclonacion"]; if ($idxc == "UNICAST") { $idxc = "UNICAST-DIRECT"; } - $idxc=$_SESSION["protclonacion"]; echo ''.HTMLCTESELECT($metodos,"protoclonacion_".$icp,"estilodesple","",$TBmetodos[$idxc],100).''; } echo ''.chr(13); diff --git a/admin/WebConsole/includes/ConfiguracionesParticiones.php b/admin/WebConsole/includes/ConfiguracionesParticiones.php index e2a8ddad..16633f88 100644 --- a/admin/WebConsole/includes/ConfiguracionesParticiones.php +++ b/admin/WebConsole/includes/ConfiguracionesParticiones.php @@ -145,7 +145,7 @@ function cargaCaves($cmd,$idambito,$ambito,$sws,$swr) $tbKeys[$idx]["repositorio"]=$rs->campos["repositorio"]; $tbKeys[$idx]["idperfilsoft"]=$rs->campos["idperfilsoft"]; $tbKeys[$idx]["perfilsoft"]=$rs->campos["perfilsoft"]; - $tbKeys[$idx]["cache"]=$rs->campos["cache"]; + //$tbKeys[$idx]["cache"]=$rs->campos["cache"]; $idx++; $rs->Siguiente(); } @@ -280,7 +280,7 @@ function pintaConfiguraciones($cmd,$idambito,$ambito,$colums,$sws,$swr) //________________________________________________________________________________________________________ function pintaOrdenadores($cmd,$idordenadores,$maxcontor,$cc) { - $tablaHtml.=""; + $tablaHtml=""; $contor=0; $maxcontor=10; // Número máximo de prodenadores por fila $cmd->texto=" SELECT idordenador,nombreordenador,ip FROM ordenadores WHERE idordenador IN (".$idordenadores.") ORDER BY nombreordenador"; -- cgit v1.2.3-18-g5258