Fehler in Akte behoben

This commit is contained in:
Andreas Österreicher
2013-06-27 13:12:38 +00:00
parent 3d22e7881e
commit a1246d5e5e
+2 -2
View File
@@ -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
}
}
?>
?>