From 34f16e227825f5547b31c30c09f07dd51835537a Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Thu, 11 Jul 2013 07:30:40 +0000 Subject: [PATCH] fehler bei boolean ausgeben ausgebessert --- include/lehreinheit.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lehreinheit.class.php b/include/lehreinheit.class.php index 2f901f09b..4e68f1351 100644 --- a/include/lehreinheit.class.php +++ b/include/lehreinheit.class.php @@ -875,7 +875,7 @@ class lehreinheit extends basis_db $this->db_add_param($row->raumtyp).",". $this->db_add_param($row->raumtypalternativ).",". $this->db_add_param($row->sprache).",". - $this->db_add_param($row->lehre, FHC_BOOLEAN).",". + $this->db_add_param($this->db_parse_bool($row->lehre, FHC_BOOLEAN)).",". $this->db_add_param($row->anmerkung).",". $this->db_add_param($row->unr, FHC_INTEGER).",". $this->db_add_param($row->lvnr, FHC_INTEGER).",".