diff --git a/pandora_console/godmode/massive/massive_edit_modules.php b/pandora_console/godmode/massive/massive_edit_modules.php index c3734ca90f..3bfed79752 100755 --- a/pandora_console/godmode/massive/massive_edit_modules.php +++ b/pandora_console/godmode/massive/massive_edit_modules.php @@ -550,7 +550,7 @@ $table->data['form_agents_3'][3] = html_print_select( $table->data['edit0'][0] = __('Dynamic Interval'); -$table->data['edit0'][1] = html_print_extended_select_for_time('dynamic_interval', '', '', 'None', '0', 10, true, 'width:150px', false); +$table->data['edit0'][1] = html_print_extended_select_for_time('dynamic_interval', -2, '', 'None', '0', 10, true, 'width:150px', false, '', false, false, '', true); $table->data['edit0'][2] = '
'.__('Dynamic Min.').' | '; $table->data['edit0'][2] .= ''.html_print_input_text('dynamic_min', '', '', 10, 255, true).' |
'.__('Dynamic Max.').' | '; @@ -2128,6 +2128,12 @@ function process_manage_edit($module_name, $agents_select=null, $module_status=' } break; + case 'dynamic_interval': + if ($value !== -2) { + $values[$field] = $value; + } + break; + case 'plugin_pass': if ($value != '') { $values['plugin_pass'] = io_input_password($value);