mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +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:
@@ -54,7 +54,7 @@ class organisationsform extends Orgform_model
|
||||
* Laedt eine Organisationsform
|
||||
* @param $orgform_kurzbz
|
||||
*/
|
||||
public function load($orgform_kurzbz)
|
||||
public function load($orgform_kurzbz = null)
|
||||
{
|
||||
$qry = "SELECT * FROM bis.tbl_orgform WHERE orgform_kurzbz=".$this->db_add_param($orgform_kurzbz).';';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user