summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 792df68)
raw | patch | inline | side by side (parent: 792df68)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Nov 2008 07:21:22 +0000 (07:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Nov 2008 07:21:22 +0000 (07:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12954 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 d2af617e087fab0a9f2ff22b8b7a338abb0adba6..5d78f82b3d30000c07e2858003745b4df334ab23 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(preg_replace('/\\\\,/', ',', LDAP::fix($acl_entry['dn'])));
+ $cn = preg_replace('/\\\\,/', ',', LDAP::fix($acl_entry['dn']));
/* Add actions depending on acls */
if(preg_match("/r/", $acl)){