From c81467baa7eb424bdca05dcd9553f42b5577b40d Mon Sep 17 00:00:00 2001 From: ramon Date: Fri, 26 Oct 2012 10:47:08 +0000 Subject: VersiĆ³n 1.0.4a, #556: Corregir errata en gestor de Netboot Avanzado 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@3383 a21b9725-9963-47de-94b9-378ad31fedc9 --- admin/WebConsole/gestores/gestor_pxe_grub4dos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/WebConsole/gestores/gestor_pxe_grub4dos.php b/admin/WebConsole/gestores/gestor_pxe_grub4dos.php index 6cf3ccfc..d4e67599 100644 --- a/admin/WebConsole/gestores/gestor_pxe_grub4dos.php +++ b/admin/WebConsole/gestores/gestor_pxe_grub4dos.php @@ -25,7 +25,7 @@ echo ""; $lista = explode(";",$_POST['listOfItems']); foreach ($lista as $sublista) { - if (! empty $sublista)) { + if (! empty ($sublista)) { $elementos = explode("|",$sublista); $hostname=$elementos[1]; $optboot=$elementos[0]; -- cgit v1.2.3-18-g5258