From 2280ca6bbbaeba39e964813df618c7918840e610 Mon Sep 17 00:00:00 2001 From: oesi Date: Thu, 25 Jun 2015 14:33:17 +0200 Subject: [PATCH] =?UTF-8?q?EXTID=20wird=20beim=20Speichern=20nicht=20?= =?UTF-8?q?=C3=BCberschrieben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/person.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/person.class.php b/include/person.class.php index b5d29c77b..23eea26fe 100644 --- a/include/person.class.php +++ b/include/person.class.php @@ -467,7 +467,7 @@ class person extends basis_db ' geschlecht='.$this->db_add_param($this->geschlecht).','. ' geburtsnation='.$this->db_add_param($this->geburtsnation).','. ' staatsbuergerschaft='.$this->db_add_param($this->staatsbuergerschaft).','. - ' ext_id='.$this->db_add_param($this->ext_id).','. + //' ext_id='.$this->db_add_param($this->ext_id).','. ' kurzbeschreibung='.$this->db_add_param($this->kurzbeschreibung).','. ' foto_sperre='.$this->db_add_param($this->foto_sperre, FHC_BOOLEAN).','. ' zugangscode='.$this->db_add_param($this->zugangscode).','.