Index: branches/5.3.x/core/units/scheduled_tasks/scheduled_tasks_config.php =================================================================== diff -u -N -r15677 -r15945 --- branches/5.3.x/core/units/scheduled_tasks/scheduled_tasks_config.php (.../scheduled_tasks_config.php) (revision 15677) +++ branches/5.3.x/core/units/scheduled_tasks/scheduled_tasks_config.php (.../scheduled_tasks_config.php) (revision 15945) @@ -1,6 +1,6 @@ 1, 'default' => '' ), 'Settings' => Array ('type' => 'string', 'default' => NULL), + 'Module' => Array ( + 'type' => 'string', + 'formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT %s FROM ' . TABLE_PREFIX . 'Modules WHERE (Loaded = 1) AND (Name <> "In-Portal") ORDER BY LoadOrder', 'option_key_field' => 'Name', 'option_title_field' => 'Name', + 'not_null' => 1, 'required' => 1, 'default' => 'Core' + ), ), 'Grids' => Array ( @@ -167,6 +172,7 @@ 'Timeout' => Array ('filter_block' => 'grid_range_filter', 'width' => 85), 'LastTimeoutOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145), 'SiteDomainLimitation' => Array ('data_block' => 'grid_picker_td', 'filter_block' => 'grid_multioptions_filter', 'separator' => ', ', 'width' => 145), + 'Module' => Array ('filter_block' => 'grid_options_filter', 'width' => 65), ), ), ),