From: hzerres Date: Thu, 18 Nov 2010 09:28:37 +0000 (+0000) Subject: (libgroupware) some comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f90f483dda425b1573425b548b09b2f71123915a;p=gosa.git (libgroupware) some comment git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20266 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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"];