summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f64b8b1)
raw | patch | inline | side by side (parent: f64b8b1)
author | hzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Nov 2010 09:28:37 +0000 (09:28 +0000) | ||
committer | hzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Nov 2010 09:28:37 +0000 (09:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20266 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/groupware/personal/groupware/class_GroupwareDao.inc | patch | blob | history |
diff --git a/gosa-plugins/groupware/personal/groupware/class_GroupwareDao.inc b/gosa-plugins/groupware/personal/groupware/class_GroupwareDao.inc
index 9aeeca23d31e3258247117d388efa66488ae7456..d4cd736fef6c17f13504af665ae413276178f0ca 100644 (file)
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
if($this->groupwarePluginRef->isFeatureEnabled("mailLocations")){
$resultArr["mailLocations"] = $this->groupwarePluginRef->rpcExec('gwGetMailboxLocations');
-
}
$comp = $this->get("comprehensiveUser", array($uid));
$resultArr["primaryMail"] = $comp["primaryMail"];