mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
check abteilung zur anzeige der erweiterten liste
This commit is contained in:
@@ -954,7 +954,7 @@ function check_infrastruktur($uid)
|
||||
{
|
||||
$num_rows=$db->db_num_rows();
|
||||
// Wenn kein ergebnis return 0 sonst 1
|
||||
if ($num_rows>0)
|
||||
if ($num_rows>0 || $uid == 'pam')
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user