From: cajus Date: Mon, 11 Feb 2008 08:22:48 +0000 (+0000) Subject: Removed old conversation to fix entries X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=aabe0bc19dbfb71529b353e569208df364de5de1;p=gosa.git Removed old conversation to fix entries git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8803 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc index b849fbf93..0fb23e5a4 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -155,8 +155,7 @@ class posixAccount extends plugin if (!isset($attrs["description"][0])){ $entry= $attrs["cn"][0]; } else { - $dsc= preg_replace ('/^Group of user/', _("Group of user"), $attrs["description"][0]); - $entry= $attrs["cn"][0]." [$dsc]"; + $entry= $attrs["cn"][0]." [".$attrs["description"][0]."]"; } $this->groupMembership[$ldap->getDN()]= $entry; }