mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-06 06:39:27 +00:00
Reverted changes in application/models/person/Benutzer_model.php, pk => array
This commit is contained in:
@@ -9,7 +9,7 @@ class Benutzer_model extends DB_Model
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'public.tbl_benutzer';
|
||||
$this->pk = 'uid';
|
||||
$this->pk = array('uid');
|
||||
$this->hasSequence = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user