From 4916ba09d62ad94d63bea197b0ac74ce4405f2e3 Mon Sep 17 00:00:00 2001 From: Andreas Moik Date: Tue, 9 Aug 2016 11:13:14 +0200 Subject: [PATCH] removed echo --- include/vorlage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vorlage.class.php b/include/vorlage.class.php index 737d3c3b8..88327d53c 100644 --- a/include/vorlage.class.php +++ b/include/vorlage.class.php @@ -457,7 +457,7 @@ class vorlage extends basis_db $this->style = $row->style; $this->berechtigung = $this->db_parse_array($row->berechtigung); $this->anmerkung_vorlagestudiengang = $row->anmerkung_vorlagestudiengang; - $this->aktiv = $this->db_parse_bool($row->aktiv);echo $oe_kurzbz; + $this->aktiv = $this->db_parse_bool($row->aktiv); return true; }