fixed syscp-bug #1276 (added inserttask('4') to regenerate bind-configs);

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-20 10:58:35 +00:00
parent d653b51844
commit 16f2317774
10 changed files with 39 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ return array(
'string_regexp' => '/^(([a-z0-9\-\._]+, ?)*[a-z0-9\-\._]+)?$/i',
'string_emptyallowed' => true,
'default' => '',
'save_method' => 'storeSettingField',
'save_method' => 'storeSettingFieldInsertBindTask',
),
'system_mxservers' => array(
'label' => $lng['serversettings']['mxservers'],