mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
62550423a3
- nicht mehr benoetigte funktionen entfernt - infocentertool angepasst - bewerbungstool angepasst - phrasen hinzugefuegt
14 lines
232 B
PHP
14 lines
232 B
PHP
<?php
|
|
|
|
class RueckstellungStatus_model extends DB_Model
|
|
{
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public function __construct()
|
|
{
|
|
parent::__construct();
|
|
$this->dbTable = 'public.tbl_rueckstellung_status';
|
|
$this->pk = 'status_kurzbz';
|
|
}
|
|
} |