mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
fixed config bugs in rest client
This commit is contained in:
@@ -107,7 +107,7 @@ class person extends Person_model
|
||||
}
|
||||
|
||||
if ($row = $this->db_fetch_object())*/
|
||||
if ($row = $this->get_personen($personId))
|
||||
if ($row = $this->getPerson($personId))
|
||||
{
|
||||
$this->person_id = $row->person_id;
|
||||
$this->sprache = $row->sprache;
|
||||
@@ -418,8 +418,8 @@ class person extends Person_model
|
||||
$this->db_add_param($this->anrede).','.
|
||||
$this->db_add_param($this->titelpost).','.
|
||||
$this->db_add_param($this->titelpre).','.
|
||||
$this->db_add_param($this->nachname).','.
|
||||
$this->db_add_param($this->vorname).','.
|
||||
$this->db_add_param($this->nachname, FHC_STRING).','.
|
||||
$this->db_add_param($this->vorname,FHC_STRING).','.
|
||||
$this->db_add_param($this->vornamen).','.
|
||||
$this->db_add_param($this->gebdatum).','.
|
||||
$this->db_add_param($this->gebort).','.
|
||||
|
||||
Reference in New Issue
Block a user