mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
changing the editProfil Modal from an Accordion to a select
This commit is contained in:
@@ -9,8 +9,8 @@ class Profil_change_model extends DB_Model
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'public.tbl_cis_profil_update';
|
||||
$this->pk = ['uid'];
|
||||
$this->hasSequence = false;
|
||||
$this->pk = ['profil_update_id'];
|
||||
$this->hasSequence = true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user