diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2014-05-08 09:06:46 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2014-05-08 09:06:46 (GMT) |
commit | 611c15c7811978c749f31bbe1e94dac8d3860da7 (patch) | |
tree | da87e5ff64a9f973f8b2f4606532453116862326 | |
parent | d4d304ef770b81277ab4f9060f1599c017b9ddd2 (diff) | |
download | kolab-wap-611c15c7811978c749f31bbe1e94dac8d3860da7.tar.gz |
Remove unused code
-rw-r--r-- | lib/api/kolab_api_service_user.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/api/kolab_api_service_user.php b/lib/api/kolab_api_service_user.php index acdaec0..79dcb59 100644 --- a/lib/api/kolab_api_service_user.php +++ b/lib/api/kolab_api_service_user.php @@ -171,9 +171,8 @@ class kolab_api_service_user extends kolab_api_service $auth = Auth::get_instance(); $result = $auth->user_info($getdata['id']); - $result_dn = key($result); - Log::trace("user.info on " . $getdata['id'] . " result: " . var_export($result, TRUE)); + // normalize result $result = $this->parse_result_attributes('user', $result); |