From a1246d5e5e4046c0c43c31822e937943fd98e87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 27 Jun 2013 13:12:38 +0000 Subject: [PATCH] Fehler in Akte behoben --- include/akte.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/akte.class.php b/include/akte.class.php index e4bd4215d..727afa29b 100644 --- a/include/akte.class.php +++ b/include/akte.class.php @@ -259,7 +259,7 @@ class akte extends basis_db { $qry = "SELECT akte_id, person_id, dokument_kurzbz, mimetype, erstelltam, gedruckt, - titel, bezeichnung, updateamum, insertamum, updatevon, insertvon, uid + titel, bezeichnung, updateamum, insertamum, updatevon, insertvon, uid, dms_id FROM public.tbl_akte WHERE person_id=".$this->db_add_param($person_id, FHC_INTEGER); if($dokument_kurzbz!=null) $qry.=" AND dokument_kurzbz=".$this->db_add_param($dokument_kurzbz); @@ -349,4 +349,4 @@ class akte extends basis_db } } -?> \ No newline at end of file +?>