Skip to content
Snippets Groups Projects
Commit 62995a0f authored by Dominik's avatar Dominik
Browse files

beautified

parent 185457e9
No related branches found
No related tags found
No related merge requests found
...@@ -369,10 +369,10 @@ $form["tabs"]['mail'] = array( ...@@ -369,10 +369,10 @@ $form["tabs"]['mail'] = array(
'maxlength' => '255' 'maxlength' => '255'
), ),
'mailbox_virtual_uidgid_maps' => array( 'mailbox_virtual_uidgid_maps' => array(
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'CHECKBOX', 'formtype' => 'CHECKBOX',
'default' => 'n', 'default' => 'n',
'value' => array(0 => 'n', 1 => 'y') 'value' => array(0 => 'n', 1 => 'y')
), ),
'relayhost' => array( 'relayhost' => array(
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment