summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a118c6)
raw | patch | inline | side by side (parent: 2a118c6)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Jul 2008 15:06:59 +0000 (15:06 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 10 Jul 2008 15:06:59 +0000 (15:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11597 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/acl/class_divListACL.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/acl/class_divListACL.inc b/gosa-core/plugins/admin/acl/class_divListACL.inc
index 62cd5f0ebff9f74e19eb01af57de07bdc118f32f..fee0efe7f9f518c27736e5c539feb571fd2c43bc 100644 (file)
/* Acl handling */
$editlink = "<a href='?plug=".$_GET['plug']."&id=%s&act=list_edit_entry'>%s</a>";
$list_left_icon = "<img src='images/lists/locked.png' alt='"._("ACL")."'>";
- $cn = htmlentities(utf8_decode($acl_entry['dn']));
+ $cn = htmlentities(utf8_decode(LDAP::fix($acl_entry['dn'])));
/* Add actions depending on acls */
if(preg_match("/r/", $acl)){