mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
skip user if disabled
This commit is contained in:
parent
9e87300567
commit
c03566336a
|
@ -161,6 +161,8 @@ if(!$users) {
|
|||
}
|
||||
|
||||
foreach($users as $user) {
|
||||
if($user->isDisabled())
|
||||
continue;
|
||||
if(!$quite)
|
||||
echo "Checking for tasks of user ".$user->getFullName()." which are due for more than ".$days." days\n\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user