removed echo

This commit is contained in:
Andreas Moik
2016-08-09 11:13:14 +02:00
parent 7f6d632935
commit 4916ba09d6
+1 -1
View File
@@ -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;
}