mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
fix columns of listProcessesWithoutUserGroup
This commit is contained in:
parent
7c363ff4ef
commit
ccc6112714
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user