fix columns of listProcessesWithoutUserGroup

This commit is contained in:
Uwe Steinmann 2017-08-03 07:44:26 +02:00
parent 7c363ff4ef
commit ccc6112714

View File

@ -374,7 +374,6 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style {
print "<th>".getMLText("user_group")."</th>\n";
print "<th>".getMLText("document")."</th>\n";
print "<th>".getMLText("version")."</th>\n";
print "<th>".getMLText("name")."</th>\n";
print "<th>".getMLText("userid_groupid")."</th>\n";
print "</tr>\n</thead>\n<tbody>\n";
foreach($processwithoutusergroup[$process][$ug] as $rec) {