Browse Source

debug configOptions

andre 5 years ago
parent
commit
ff164a0a6f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      zimbraSingle.inc

+ 1 - 2
zimbraSingle.inc

@@ -410,8 +410,7 @@ function zimbraSingleConfigOptions($params) {
     $domainNamesList = implode(',', $domainNamesArray);
     $configOptions['maildomains'] = array(
         "FriendlyName" => "Mail Domains",
-        "Type" => "textarea",
-        "Rows" => "1",
+        "Type" => "text",
         "Description" => "list of maildomains",
         "Default" => "$domainNamesList",
     );