- set used-ticket-cycle directly as INTERVAL for the cronjob

This commit is contained in:
Michael Kaufmann (d00p)
2010-10-12 06:21:08 +00:00
parent 9787089615
commit 3f0a491f8c
3 changed files with 48 additions and 14 deletions

View File

@@ -58,6 +58,7 @@ return array(
'option_mode' => 'one',
'option_options' => array(0 => html_entity_decode($lng['admin']['tickets']['daily']), 1 => html_entity_decode($lng['admin']['tickets']['weekly']), 2 => html_entity_decode($lng['admin']['tickets']['monthly']), 3 => html_entity_decode($lng['admin']['tickets']['yearly'])),
'save_method' => 'storeSettingField',
'plausibility_check_method' => 'setCycleOfCronjob',
),
'ticket_concurrently_open' => array(
'label' => $lng['serversettings']['ticket']['concurrentlyopen'],