summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a0f97a)
raw | patch | inline | side by side (parent: 4a0f97a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 15:35:47 +0000 (15:35 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 15:35:47 +0000 (15:35 +0000) |
plugins/personal/connectivity/class_kolabAccount.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc
index 705e25c00e085a7dbc6c9fad4e6ece8f1cbc5884..c8b9b5537289c3c3db6da87f72714da0b76510b7 100644 (file)
$nr++;
}
+ /* If this one is empty, preset with ACT_MANUAL for anonymous users */
+ if (count ($this->kolabInvitationPolicy) == 0){
+ $this->kolabInvitationPolicy= array("ACT_MANUAL");
+ }
+
}