From 8bd6880a60540d1e458b919ee76f32ba13c9a7f8 Mon Sep 17 00:00:00 2001 From: vgilc Date: Mon, 4 Jun 2012 08:10:26 +0000 Subject: [PATCH] 2012-06-04 Vanessa Gil * godmode/setup/os.list.php: Fixed bug: you can delete operating systems defined by default in the installation. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6407 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/setup/os.list.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0fe85a9289..536ea8b1b9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-06-04 Vanessa Gil + + * godmode/setup/os.list.php: Fixed bug: you can delete + operating systems defined by default in the installation. + 2012-06-04 Juan Manuel Ramon * images/min.png diff --git a/pandora_console/godmode/setup/os.list.php b/pandora_console/godmode/setup/os.list.php index f7a2a4186b..9faeaf38ed 100644 --- a/pandora_console/godmode/setup/os.list.php +++ b/pandora_console/godmode/setup/os.list.php @@ -49,7 +49,7 @@ foreach ($osList as $os) { $data[] = $os['id_os']; $data[] = '' . io_safe_output($os['name']) . ''; $data[] = ui_print_truncate_text(io_safe_output($os['description']), 25, true, true); - if ($os['id_os'] > 13) { + if ($os['id_os'] > 16) { $data[] = '' . html_print_image("images/cross.png", true) . ''; } else {