From f90f483dda425b1573425b548b09b2f71123915a Mon Sep 17 00:00:00 2001 From: hzerres Date: Thu, 18 Nov 2010 09:28:37 +0000 Subject: [PATCH] (libgroupware) some comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20266 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../groupware/personal/groupware/class_GroupwareDao.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gosa-plugins/groupware/personal/groupware/class_GroupwareDao.inc b/gosa-plugins/groupware/personal/groupware/class_GroupwareDao.inc index 9aeeca23d..d4cd736fe 100644 --- a/gosa-plugins/groupware/personal/groupware/class_GroupwareDao.inc +++ b/gosa-plugins/groupware/personal/groupware/class_GroupwareDao.inc @@ -152,7 +152,6 @@ class GroupwareDao{ return(isset($this->availableMethods[$methodName]) && ($this->availableMethods[$methodName])); } - /*! \brief comprehensive user info will dessolve into one groupware call later * right now it will get all data of the features that are available in the plugin. * @param int $uid @@ -173,7 +172,6 @@ class GroupwareDao{ if($this->groupwarePluginRef->isFeatureEnabled("mailLocations")){ $resultArr["mailLocations"] = $this->groupwarePluginRef->rpcExec('gwGetMailboxLocations'); - } $comp = $this->get("comprehensiveUser", array($uid)); $resultArr["primaryMail"] = $comp["primaryMail"]; -- 2.30.2