mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 14:11:35 +00:00
fix syntax error
This commit is contained in:
parent
c946126e53
commit
98374b513d
|
@ -52,7 +52,7 @@ class SeedDMS_View_RemoveUserFromProcesses extends SeedDMS_Bootstrap_Style {
|
||||||
<?php echo createHiddenFieldWithKey('removefromprocesses'); ?>
|
<?php echo createHiddenFieldWithKey('removefromprocesses'); ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$options = array(array(0, getMLText('do_no_transfer_to_user'));
|
$options = array(array(0, getMLText('do_no_transfer_to_user')));
|
||||||
foreach ($allusers as $currUser) {
|
foreach ($allusers as $currUser) {
|
||||||
if ($currUser->isGuest() || ($currUser->getID() == $rmuser->getID()) )
|
if ($currUser->isGuest() || ($currUser->getID() == $rmuser->getID()) )
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user