mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
init $processwithoutusergroup
This commit is contained in:
parent
4e55911213
commit
7c363ff4ef
|
@ -86,6 +86,7 @@ if(!isset($_GET['action']) || $_GET['action'] == 'listDuplicateContent')
|
|||
$duplicateversions = $dms->getDuplicateDocumentContent();
|
||||
else
|
||||
$duplicateversions = null;
|
||||
$processwithoutusergroup = array();
|
||||
foreach(array('review', 'approval', 'receipt', 'revision') as $process) {
|
||||
foreach(array('user', 'group') as $ug) {
|
||||
if(!isset($_GET['action']) || $_GET['action'] == 'list'.ucfirst($process).'Without'.ucfirst($ug)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user