Code

removing the dummy array caused no data to be displayed.
authorhzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Sep 2010 10:05:14 +0000 (10:05 +0000)
committerhzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 14 Sep 2010 10:05:14 +0000 (10:05 +0000)
corrected.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19661 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 5b5ac2338455b526cb42c55f05a381a42483b414..f81e70cda2e78b9ea9e4b1e265a3b5ae2c72d2d6 100644 (file)
@@ -193,7 +193,7 @@ class groupware extends plugin
         if($status !== NULL){
                                
                
-               $compResponse = $this->groupwareDao->getComprehensiverUser($this->uid);
+               $response = $this->groupwareDao->getComprehensiverUser($this->uid);
                /*
                        $response = array("mailAddress"=>"hape@exdom.de",
             "mailLocation"=>"mailbox 1",
@@ -914,7 +914,7 @@ class groupware_dao{
         * function_debug
         * (got ot remove the following variable, the function debug and all calls to it)
         */
-       private $debug = false;
+       private $debug = true;
        
        private $availableMethods;
        private $availableProperties;
@@ -1174,8 +1174,8 @@ class groupware_dao{
                 */
                if($this->groupwarePluginRef->isFeatureEnabled("vacationMessage")){
                        
-                       //$vacMessage = $this->get("vacationMessage", array($uid));
-                       $resultArr["vacationMessage"] = "dummy Vacation message - (getOutOfOfficeReply currently throws errors )";
+                       $vacMessage = $this->get("vacationMessage", array($uid));
+                       //$resultArr["vacationMessage"] = "dummy Vacation message - (getOutOfOfficeReply currently throws errors )";
                }
                
                $this->debug("getComprehensiverUser:", $resultArr);