X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fadmin%2Fsystems%2Fmain.inc;h=f9bd8fb9c6ba5e0fc779713e838958338a94123b;hb=8edf1b0390149b39682c7e02c394fec56940874d;hp=d4939a122f0c86a32cc8212815637dbe6df4e40a;hpb=592be50a0f9cc0985f29b126a711d0aaeb577cd9;p=gosa.git diff --git a/plugins/admin/systems/main.inc b/plugins/admin/systems/main.inc index d4939a122..f9bd8fb9c 100644 --- a/plugins/admin/systems/main.inc +++ b/plugins/admin/systems/main.inc @@ -42,16 +42,13 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/system.png'), _("System management"), "\"\" ".$_SESSION['objectinfo']); + $display= print_header(get_template_path('images/system.png'), _("System management"), "\"\" ".@LDAP::fix($_SESSION['objectinfo'])); } else { $display= print_header(get_template_path('images/system.png'), _("System management")); } /* Show and save dialog */ $display.= $output; - $display.=""; $_SESSION['systems']= $systems; }