mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +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:
@@ -72,7 +72,7 @@ class preinteressent extends Preinteressent_model
|
||||
* Laedt einen Datensatz
|
||||
* @param preinteressent_id ID des zu ladenden Datensatzes
|
||||
*/
|
||||
public function load($preinteressent_id)
|
||||
public function load($preinteressent_id = null)
|
||||
{
|
||||
//id auf Gueltigkeit pruefen
|
||||
if(!is_numeric($preinteressent_id) || $preinteressent_id == '')
|
||||
|
||||
Reference in New Issue
Block a user