diff options
author | ivan <ivan> | 2009-09-25 10:29:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-09-25 10:29:29 +0000 |
commit | 5f0e4d1d57c18d5bb8a52de4f7d4f519db5327f0 (patch) | |
tree | ca2e67b0905ee37b314867dc8ba85bedac6125b9 | |
parent | 81e426fe755eaea508041bc2d7b25ac44c777434 (diff) |
this one too
-rw-r--r-- | FS/FS/Conf.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 048f47f42..e7a9c1601 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1867,7 +1867,8 @@ worry that config_items is freeside-specific and icky. 'key' => 'svc_www-usersvc_svcpart', 'section' => '', 'description' => 'Allowable service definition svcparts for virtual hosts, one per line.', - 'type' => 'textarea', #select-part_svc ... multiple + 'type' => 'select-part_svc', + 'multiple' => 1, }, { |