mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
new features for dokumentenakt
-now uses versions of templates -only takes active templates -covering page now uses the oe_kurzbz
This commit is contained in:
@@ -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);
|
||||
$this->aktiv = $this->db_parse_bool($row->aktiv);echo $oe_kurzbz;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user