Make Dieter Dummy lecturer seemingly disappear

- deactivate profile page (error message is shown)
- removed from CIS search results
- no profile link in lvplan
This commit is contained in:
alex
2019-10-08 18:07:09 +02:00
parent c98438c93d
commit 39dec7bb97
8 changed files with 772 additions and 751 deletions
+2 -1
View File
@@ -113,7 +113,8 @@ function searchPerson($searchItems)
{
global $db, $p, $noalias, $uid;
$bn = new benutzer();
$bn->search($searchItems, 21);
//search only active and Mitarbeiter with positive Personalnr
$bn->search($searchItems, 21, true, true);
if(count($bn->result)>0)
{