Fixes malformed priority in ticket archive search, fixes #714

Note: swedish could not be fixed and my swedish is way to bad to do it on my own
Thanks to philnate
This commit is contained in:
Andreas Burchert (scarya)
2011-09-19 11:11:26 +02:00
parent 8e07768996
commit 84f00a2519
14 changed files with 50 additions and 66 deletions

View File

@@ -133,7 +133,7 @@ return array(
'type' => 'option',
'default' => 2,
'option_mode' => 'one',
'option_options' => array(1 => $lng['ticket']['unf_high'], 2 => $lng['ticket']['unf_normal'], 3 => $lng['ticket']['unf_low']),
'option_options' => array(1 => $lng['ticket']['high'], 2 => $lng['ticket']['normal'], 3 => $lng['ticket']['low']),
'save_method' => 'storeSettingField',
),
),
@@ -141,4 +141,4 @@ return array(
)
);
?>
?>