mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-03 11:59:29 +00:00
The method loadWhole has been removed from model DB_Model.
The same functionality has given by calling the load method without parameters
This commit is contained in:
@@ -109,7 +109,7 @@ class funktion extends Funktion_model
|
||||
* @param $funktion_kurzbz ID der zu ladenden Funktion
|
||||
* @return true wenn ok, false im Fehlerfall
|
||||
*/
|
||||
public function load($funktion_kurzbz)
|
||||
public function load($funktion_kurzbz = null)
|
||||
{
|
||||
if ($funktion_kurzbz == '')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user