summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec97b37)
raw | patch | inline | side by side (parent: ec97b37)
author | hzerres <hzerres@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Sep 2010 10:05:14 +0000 (10:05 +0000) | ||
committer | hzerres <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19661 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 5b5ac2338455b526cb42c55f05a381a42483b414..f81e70cda2e78b9ea9e4b1e265a3b5ae2c72d2d6 100644 (file)
if($status !== NULL){
- $compResponse = $this->groupwareDao->getComprehensiverUser($this->uid);
+ $response = $this->groupwareDao->getComprehensiverUser($this->uid);
/*
$response = array("mailAddress"=>"hape@exdom.de",
"mailLocation"=>"mailbox 1",
* 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;
*/
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);