2009-07-16 Jorge Gonzalez <jorgegonz@artica.es>

* godmode/servers/manage_recontask_form.php: Changed sql query to   
          remove "All" os from the recon task selection form.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1802 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jorgonzalez 2009-07-16 13:01:20 +00:00
parent 7cce9c1f49
commit 0ebda57f8f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-07-16 Jorge Gonzalez <jorgegonz@artica.es>
* godmode/servers/manage_recontask_form.php: Changed sql query to
remove "All" os from the recon task selection form.
2009-07-15 Miguel de Dios <miguel.dedios@artica.es>
* Changelog: date error in last change.

View File

@ -100,8 +100,8 @@ $table->data[5][1] = print_select_from_sql ('SELECT id_os, name FROM tconfig_os
// Group
$table->data[6][0] = __('Group');
$table->data[6][1] = print_select (get_user_groups (), "id_group",
$id_group, '', '', '', true);
$table->data[6][1] = print_select_from_sql ('SELECT id_grupo, nombre FROM tgrupo WHERE id_grupo > 1 ORDER BY nombre', 'grupo', '', '', '', 0, true);
// Incident
$values = array (0 => __('No'), 1 => __('Yes'));