From: cajus Date: Tue, 16 May 2006 08:12:54 +0000 (+0000) Subject: Fixed output for header dn's X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7875862da504f4a5f9cf0942d463ec1784add77c;p=gosa.git Fixed output for header dn's git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3360 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/departments/class_departmentGeneric.inc b/plugins/admin/departments/class_departmentGeneric.inc index ed7aaf1de..2b99b312f 100644 --- a/plugins/admin/departments/class_departmentGeneric.inc +++ b/plugins/admin/departments/class_departmentGeneric.inc @@ -367,7 +367,7 @@ class department extends plugin $smarty= get_smarty(); echo "".$smarty->fetch(get_template_path('headers.tpl')); echo ""; - echo "

".sprintf(_("Tagging '%s'."),"".$this->dn."")."

"; + echo "

".sprintf(_("Tagging '%s'."),"".@LDAP::fix($this->dn)."")."

"; } $add= $this->is_administrational_unit;