remove unneeded echo statement

This commit is contained in:
Uwe Steinmann 2016-08-03 12:16:51 +02:00
parent b013553a3d
commit 03ff5dfc50

View File

@ -370,7 +370,6 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
foreach($attributes as $attribute) { foreach($attributes as $attribute) {
$arr = $this->callHook('showDocumentAttribute', $document, $attribute); $arr = $this->callHook('showDocumentAttribute', $document, $attribute);
if(is_array($arr)) { if(is_array($arr)) {
echo $txt;
echo "<tr>"; echo "<tr>";
echo "<td>".$arr[0].":</td>"; echo "<td>".$arr[0].":</td>";
echo "<td>".$arr[1]."</td>"; echo "<td>".$arr[1]."</td>";