mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 14:32:18 +00:00
Removed Model of legacy Table
This commit is contained in:
@@ -116,7 +116,6 @@ $config['fhc_acl'] = array
|
||||
'lehre.tbl_vertrag' => 'basis/vertrag',
|
||||
'lehre.tbl_vertragsstatus' => 'basis/vertragsstatus',
|
||||
'lehre.tbl_vertragstyp' => 'basis/vertragstyp',
|
||||
'lehre.tbl_zeitfenster' => 'basis/zeitfenster',
|
||||
'lehre.tbl_zeugnis' => 'basis/zeugnis',
|
||||
'lehre.tbl_zeugnisnote' => 'basis/zeugnisnote',
|
||||
'lehre.vw_studienplan' => 'lehre/studienplan',
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
class Zeitfenster_model extends DB_Model
|
||||
{
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'lehre.tbl_zeitfenster';
|
||||
$this->pk = array('wochentag', 'studiengang_kz', 'ort_kurzbz', 'stunde');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user