summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6750388)
raw | patch | inline | side by side (parent: 6750388)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Sep 2010 11:29:47 +0000 (11:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Sep 2010 11:29:47 +0000 (11:29 +0000) |
-
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19621 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19621 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 0249568f049b12ac7a96bc65457492db745dd146..220a2a0dc208f973b63a22621d08d35e40ddeace 100644 (file)
));
}
function mapComprehensiveUserData($callBackMap){
- $this->mailAddressSelectDialog = $callBackMap["mailAddressSelectDialog"];
- $this->filterManager = $callBackMap["filterManager"];
- $this->filterRules = $callBackMap["filterRules"];
- $this->vacationTemplates = $callBackMap["vacationTemplates"];
+
+ // This won't come from the server.
+ #$this->mailAddressSelectDialog = $callBackMap["mailAddressSelectDialog"];
+ #$this->filterManager = $callBackMap["filterManager"];
+ #$this->filterRules = $callBackMap["filterRules"];
+ #$this->vacationTemplates = $callBackMap["vacationTemplates"];
$this->mailAddress = $callBackMap["primaryMail"];
$this->mailLocation = $callBackMap["mailLocation"];