summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2b6d5a8)
raw | patch | inline | side by side (parent: 2b6d5a8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Dec 2008 07:22:11 +0000 (07:22 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Dec 2008 07:22:11 +0000 (07:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13250 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/groups/mail/class_groupMail.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc b/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc
index b4c01024dba3cb84de6b35744fd218f7cafa7b70..cf3211f7bf46be64b75ecd2ba4efd6e1380bc2a6 100644 (file)
if(isset($this->attrs['acl'])){
for($i = 0; $i < $this->attrs['acl']['count'] ; $i++){
$str = trim($this->attrs['acl'][$i]);
+
+ /* Be carefull here, since kolab22 uses spaces in the acls (herbert read anon/post)
+ */
$name = trim(preg_replace("/^([^\s]*).*$/","\\1",$str));
$acl = trim(preg_replace("/^[^\s]*+\s/","",$str));
if($name == "anyone") $name = "__anyone__";