Code

Removed accidentially commited 'bold()' while backporting bugfixes from trunk
[gosa.git] / gosa-core / include / class_CopyPasteHandler.inc
index 9c87c0b374c07a68ae5168f017dcb1024106c07f..db0a5df52679753bf75c8adcd1629c042e85ae56 100644 (file)
@@ -417,7 +417,7 @@ class CopyPasteHandler {
         $smarty->assign("AttributesToFix",$this->generateAttributesToFix());
         $smarty->assign("SubDialog",$this->current['object']->SubDialog);
         $smarty->assign("objectDN",$this->current['source_data']['dn']);
-        $smarty->assign("message", sprintf(_("This object will be pasted: %s"), "<br><br>".bold($this->current['source_data']['dn'])));
+        $smarty->assign("message", sprintf(_("This object will be pasted: %s"), "<br><br>".$this->current['source_data']['dn']));
         return($smarty->fetch(get_template_path("copyPasteDialog.tpl",FALSE)));
       }
     }