Code

Fixed output for header dn's
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 May 2006 08:12:54 +0000 (08:12 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 May 2006 08:12:54 +0000 (08:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3360 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/departments/class_departmentGeneric.inc

index ed7aaf1de54071e6d093e404fefb34e040298e61..2b99b312ff93ba572d3fdf45d0a027a970f7f2e8 100644 (file)
@@ -367,7 +367,7 @@ class department extends plugin
       $smarty= get_smarty();
       echo "<!-- headers.tpl-->".$smarty->fetch(get_template_path('headers.tpl'));
       echo "<body style='background-image:none;margin:3px;color:black'>";
-      echo "<h3>".sprintf(_("Tagging '%s'."),"<i>".$this->dn."</i>")."</h3>";
+      echo "<h3>".sprintf(_("Tagging '%s'."),"<i>".@LDAP::fix($this->dn)."</i>")."</h3>";
     }
 
                $add= $this->is_administrational_unit;