summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c05fde)
raw | patch | inline | side by side (parent: 5c05fde)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 14:39:22 +0000 (14:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 14:39:22 +0000 (14:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16780 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_management.inc | patch | blob | history |
index 549d7d170abc3d0075782f41f4818a339eed2e8c..e2fce7894a4d8c07f0fe6f06880826e78db76f43 100644 (file)
foreach($this->dns as $dn){
$tmp = $h->getType($dn);
if(isset($map[$tmp])){
- $dns_names[] = '<i>('.$map[$tmp].')</i> '.LDAP::fix($dn);
+ $dns_names[] = '('._($map[$tmp]).') - '.LDAP::fix($dn);
}else{
$dns_names[] =LDAP::fix($dn);
}