summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ce9461f)
raw | patch | inline | side by side (parent: ce9461f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 8 Sep 2010 08:44:10 +0000 (08:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 8 Sep 2010 08:44:10 +0000 (08:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19559 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/groupware/personal/groupware/class_groupware.inc | patch | blob | history |
diff --git a/gosa-plugins/groupware/personal/groupware/class_groupware.inc b/gosa-plugins/groupware/personal/groupware/class_groupware.inc
index 9ac0c6271697a8e03da23776d7329999ee2336cb..6926e700104ce52bcb0f6155aa386652e370d8af 100644 (file)
'acctDelFilter','acctGetFilters','acctSetFilters','acctSetFilters'),
"dropOwnMails" => array(
'acctDelFilter','acctGetFilters','acctSetFilters','acctSetFilters'));
-
+
+ // Check if all required methods cann be called!
foreach($featureReq as $name => $requires){
$active = TRUE;
foreach($requires as $methodName){
}
$this->enabledFeatures[$name] = $active;
}
-
// Get rpc handle to fetch account info and feature availability.
$status = $this->rpcExec('gwAcctExists', $this->uid);