Code

Do not map GOsa related attributes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Sep 2010 11:29:47 +0000 (11:29 +0000)
committerhickert <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

gosa-plugins/groupware/personal/groupware/class_groupware.inc

index 0249568f049b12ac7a96bc65457492db745dd146..220a2a0dc208f973b63a22621d08d35e40ddeace 100644 (file)
@@ -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"];