From ddfb4ed2c4154fdf581bad198c3aafc8b23c1d3a Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Fri, 10 Apr 2015 14:10:12 +0200 Subject: [PATCH] Fixed a visual error --- pandora_console/operation/agentes/networkmap_list.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pandora_console/operation/agentes/networkmap_list.php b/pandora_console/operation/agentes/networkmap_list.php index ccd003e8c6..585440ec7c 100644 --- a/pandora_console/operation/agentes/networkmap_list.php +++ b/pandora_console/operation/agentes/networkmap_list.php @@ -226,10 +226,6 @@ else { // The value of the checkbox will be the networkmap id to recover it in js to perform the massive deletion $data[4] = html_print_checkbox('check_delete', $network_map['id_networkmap'], false, true); } - else { - $data[3] = ''; - $data[4] = ''; - } $table->data[] = $data; }