This commit is contained in:
Stefan Puraner
2016-05-18 15:41:33 +02:00
32 changed files with 140 additions and 87 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ class Zgvgruppe_model extends DB_Model
{
parent::__construct();
$this->dbTable = 'bis.tbl_zgvgruppe';
$this->pk = '';
$this->pk = 'gruppe_kurzbz';
}
}
+2 -2
View File
@@ -9,6 +9,6 @@ class Server_model extends DB_Model
{
parent::__construct();
$this->dbTable = 'system.tbl_server';
$this->pk = '';
$this->pk = 'server_kurzbz';
}
}
}