From: cajus Date: Wed, 26 Mar 2008 10:05:10 +0000 (+0000) Subject: Removed object dn X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c89fc3fe996262fb8a152791df938029c8153d4c;p=gosa.git Removed object dn git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9986 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_CopyPasteHandler.inc b/gosa-core/include/class_CopyPasteHandler.inc index e46be02b3..114beeaa7 100644 --- a/gosa-core/include/class_CopyPasteHandler.inc +++ b/gosa-core/include/class_CopyPasteHandler.inc @@ -360,7 +360,6 @@ class CopyPasteHandler { $smarty->assign("Complete",false); $smarty->assign("AttributesToFix"," "); $smarty->assign("SubDialog",""); - $smarty->assign("objectDN" ,$dns); $smarty->assign("message" , sprintf(_("These objects will be pasted: %s"), "
".msgPool::buildList($this->clean_objects))); return($smarty->fetch(get_template_path("copyPasteDialog.tpl",FALSE))); }