Fixed a visual error

This commit is contained in:
Alejandro Gallardo Escobar 2015-04-10 14:10:12 +02:00
parent ae080dc33b
commit ddfb4ed2c4
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}