mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
This commit is contained in:
@@ -80,13 +80,13 @@ class funktion
|
||||
return true;
|
||||
}
|
||||
|
||||
funktion checkFunktion($funktion)
|
||||
function checkFunktion($funktion)
|
||||
{
|
||||
foreach ($this->result AS $fkt)
|
||||
if ($fkt->funktion_kurzbz==$funktion)
|
||||
return true;
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Laedt eine Funktion
|
||||
|
||||
Reference in New Issue
Block a user