mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 17:19:29 +00:00
This commit is contained in:
@@ -206,7 +206,8 @@ if ($anz>0)
|
||||
if($filter!='')
|
||||
{
|
||||
if(!strstr(strtolower($lektor), strtolower($filter)) &&
|
||||
!strstr(strtolower($lehrfach), strtolower($filter)))
|
||||
!strstr(strtolower($lehrfach), strtolower($filter)) &&
|
||||
!strstr(strtolower($l->lehrfach_bez[0]), strtolower($filter)))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user