still implementing the new Settings-class, refs #1325

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-15 14:35:07 +01:00
parent 528082b49f
commit bcf187761c
23 changed files with 153 additions and 153 deletions

View File

@@ -181,7 +181,7 @@ return array(
'type' => 'textul',
'value' => 0,
'maxlength' => 9,
'visible' => ($settings['system']['mail_quota_enabled'] == '1' ? true : false),
'visible' => (Settings::Get('system.mail_quota_enabled') == '1' ? true : false),
'mandatory' => true,
'ul_field' => $email_quota_ul
),
@@ -215,7 +215,7 @@ return array(
'type' => 'textul',
'value' => 0,
'maxlength' => 9,
'visible' => ($settings['ticket']['enabled'] == '1' ? true : false),
'visible' => (Settings::Get('ticket.enabled') == '1' ? true : false),
'ul_field' => $tickets_ul
),
'mysqls' => array(