From: hickert Date: Wed, 17 Mar 2010 14:39:22 +0000 (+0000) Subject: Updated removal info X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bd53422da0d9d7b38f325012be6d42deee5dccde;p=gosa.git Updated removal info git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16780 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 549d7d170..e2fce7894 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -319,7 +319,7 @@ class management foreach($this->dns as $dn){ $tmp = $h->getType($dn); if(isset($map[$tmp])){ - $dns_names[] = '('.$map[$tmp].') '.LDAP::fix($dn); + $dns_names[] = '('._($map[$tmp]).') - '.LDAP::fix($dn); }else{ $dns_names[] =LDAP::fix($dn); }