From 55332eda393ec8c05434371e016b354aae81a5f5 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 13 Sep 2010 11:29:47 +0000 Subject: [PATCH] Do not map GOsa related attributes - git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19621 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../groupware/personal/groupware/class_groupware.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gosa-plugins/groupware/personal/groupware/class_groupware.inc b/gosa-plugins/groupware/personal/groupware/class_groupware.inc index 0249568f0..220a2a0dc 100644 --- a/gosa-plugins/groupware/personal/groupware/class_groupware.inc +++ b/gosa-plugins/groupware/personal/groupware/class_groupware.inc @@ -824,10 +824,12 @@ class groupware extends plugin )); } 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"]; -- 2.30.2