浏览代码

Deletion: the message "object deleted" was displayed twice since the last review of the deletion

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1161 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 年之前
父节点
当前提交
33fc87312f
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      pages/UI.php

+ 0 - 8
pages/UI.php

@@ -226,14 +226,6 @@ function DeleteObjects(WebPage $oP, $sClass, $aObjects, $bDeleteConfirmed)
 			$aDisplayConfig['consequence'] = array('label' => 'Done', 'description' => Dict::S('UI:Delete:Done+'));
 			$oP->table($aDisplayConfig, $aDisplayData);
 		}
-
-		// Final report
-		foreach($aObjects as $oObj)
-		{
-			$sName = $oObj->GetName();
-			$sClassLabel = MetaModel::GetName(get_class($oObj));
-			$oP->add("<h1>".Dict::Format('UI:Delete:_Name_Class_Deleted', $sName, $sClassLabel)."</h1>\n");
-		}
 	}
 	else
 	{