mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
This commit is contained in:
@@ -8,6 +8,6 @@ class Zgvgruppe_model extends DB_Model
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'bis.tbl_zgvgruppe';
|
||||
$this->pk = '';
|
||||
$this->pk = 'gruppe_kurzbz';
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,6 @@ class Server_model extends DB_Model
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'system.tbl_server';
|
||||
$this->pk = '';
|
||||
$this->pk = 'server_kurzbz';
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user