mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 16:32:20 +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:
@@ -49,7 +49,7 @@ class benutzer extends person
|
||||
* Laedt Benutzer mit der uebergebenen ID
|
||||
* @param $uid ID der Person die geladen werden soll
|
||||
*/
|
||||
public function load($uid)
|
||||
public function load($uid = null)
|
||||
{
|
||||
$qry = "SELECT * FROM public.tbl_benutzer WHERE uid=".$this->db_add_param($uid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user