fixed config bugs in rest client

This commit is contained in:
Stefan Puraner
2016-04-05 11:35:06 +02:00
parent 3c1bcfa999
commit bc427f7d2b
1129 changed files with 15 additions and 180436 deletions
+3 -3
View File
@@ -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).','.