Code

Added delimiter to preg_quote
[gosa.git] / gosa-plugins / goto / admin / devices / main.inc
index 4dc8c7dee867f54ddc6f327f6f8d81ea90865379..45aaf4a433f34fd23e6b08b9dcb01aec2d03161e 100644 (file)
@@ -38,7 +38,7 @@ if ($remove_lock){
 
   /* Page header*/
   if (session::is_set('objectinfo')){
-    $display= print_header(get_template_path($DeviceManagement->plIcon), _("Hotplug device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+    $display= print_header(get_template_path($DeviceManagement->plIcon), _("Hotplug device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".LDAP::fix(session::get('objectinfo')));
   } else {
     $display= print_header(get_template_path($DeviceManagement->plIcon), _("Hotplug device management"));
   }