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 {