From 75ae4df5de51322d1183f7050a3094bdb12ec135 Mon Sep 17 00:00:00 2001 From: kindlm Date: Tue, 14 Apr 2015 19:17:26 +0200 Subject: [PATCH] =?UTF-8?q?Fehler=20beim=20l=C3=B6schen=20eines=20Prestude?= =?UTF-8?q?nten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit db_parse_bool hinzugefügt --- include/preinteressent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/preinteressent.class.php b/include/preinteressent.class.php index b4c5b3597..82705a9cb 100644 --- a/include/preinteressent.class.php +++ b/include/preinteressent.class.php @@ -146,7 +146,7 @@ class preinteressent extends basis_db $this->db_add_param($row->aufmerksamdurch_kurzbz).', '. $this->db_add_param($row->firma_id, FHC_INTEGER).', '. $this->db_add_param($row->erfassungsdatum).', '. - $this->db_add_param($row->einverstaendnis, FHC_BOOLEAN).', '. + $this->db_add_param($this->db_parse_bool($row->einverstaendnis), FHC_BOOLEAN).', '. $this->db_add_param($row->absagedatum).', '. $this->db_add_param($row->anmerkung).', '. $this->db_add_param($row->insertamum).', '.