From 0a2df0127f1ff73a0027dd29ca4bcbf6bef0cc87 Mon Sep 17 00:00:00 2001 From: Stefan Puraner Date: Tue, 5 Apr 2016 11:40:19 +0200 Subject: [PATCH] reverted changes --- include/person.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/person.class.php b/include/person.class.php index d485a59be..392942512 100644 --- a/include/person.class.php +++ b/include/person.class.php @@ -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, FHC_STRING).','. - $this->db_add_param($this->vorname,FHC_STRING).','. + $this->db_add_param($this->nachname).','. + $this->db_add_param($this->vorname).','. $this->db_add_param($this->vornamen).','. $this->db_add_param($this->gebdatum).','. $this->db_add_param($this->gebort).','.