mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-16 19:49:28 +00:00
Corrected constructor of Zeitwunsch_gueltigkeit Class
This commit is contained in:
@@ -18,9 +18,9 @@ class zeitwunsch_gueltigkeit extends basis_db
|
||||
public $updatevon; // varchar 32
|
||||
|
||||
|
||||
public function __construct()
|
||||
public function __construct($zeitwunsch_gueltigkeit_id = null)
|
||||
{
|
||||
parent::__construct($zeitwunsch_gueltigkeit_id = null);
|
||||
parent::__construct();
|
||||
|
||||
if (!is_null($zeitwunsch_gueltigkeit_id))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user