mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
Merge branch 'master' into udf
This commit is contained in:
@@ -10,5 +10,6 @@ class Studienjahr_model extends DB_Model
|
||||
parent::__construct();
|
||||
$this->dbTable = 'public.tbl_studienjahr';
|
||||
$this->pk = 'studienjahr_kurzbz';
|
||||
$this->hasSequence = false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ class Studiensemester_model extends DB_Model
|
||||
parent::__construct();
|
||||
$this->dbTable = 'public.tbl_studiensemester';
|
||||
$this->pk = 'studiensemester_kurzbz';
|
||||
$this->hasSequence = false;
|
||||
}
|
||||
|
||||
public function getLastOrAktSemester($days = 60)
|
||||
|
||||
Reference in New Issue
Block a user