From c89fc3fe996262fb8a152791df938029c8153d4c Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 26 Mar 2008 10:05:10 +0000 Subject: [PATCH] Removed object dn git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9986 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_CopyPasteHandler.inc | 1 - 1 file changed, 1 deletion(-) 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))); } -- 2.30.2