diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-03-31 18:42:01 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-03-31 18:42:01 (GMT) |
commit | c6fcc6f7f6c40757e244485e16663e7b384ed08e (patch) | |
tree | cb750ab108e0bb5a4c61f9688b42a8666fb3a476 /lib/api/kolab_api_service_form_value.php | |
parent | 32cd43db6279424d14ebda304ed11356ef3d05b4 (diff) | |
download | kolab-wap-c6fcc6f7f6c40757e244485e16663e7b384ed08e.tar.gz |
'nsrole', as an attribute that can actually be added is called 'nsroledn' - provide that form_value.list_options function as well
Diffstat (limited to 'lib/api/kolab_api_service_form_value.php')
-rw-r--r-- | lib/api/kolab_api_service_form_value.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/api/kolab_api_service_form_value.php b/lib/api/kolab_api_service_form_value.php index f601bd9..d3aedd3 100644 --- a/lib/api/kolab_api_service_form_value.php +++ b/lib/api/kolab_api_service_form_value.php @@ -539,4 +539,9 @@ class kolab_api_service_form_value extends kolab_api_service return $list; } + + private function list_options_nsroledn($postdata, $attribs = Array()) + { + return $this->list_options_nsrole($postdata, $attribs); + } } |