mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-13 12:57:59 +00:00
minor formating issue
This commit is contained in:
parent
ebbe0b50a7
commit
f78460f815
|
|
@ -124,7 +124,7 @@ runValidation();
|
|||
}
|
||||
} else {
|
||||
if (!$enableselfrevapp && $usr->getID()==$user->getID()) continue;
|
||||
if(!$enablehiddenrevapp && $usr->isHidden()) continue;
|
||||
if (!$enablehiddenrevapp && $usr->isHidden()) continue;
|
||||
$options[] = array($usr->getID(), htmlspecialchars($usr->getLogin() . " - ". $usr->getFullName()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user