Merge branch 'master' of github.com:FH-Complete/FHC-Core

This commit is contained in:
Andreas Österreicher
2018-09-20 18:33:42 +02:00
+6
View File
@@ -89,6 +89,9 @@ if (!$filter->loadAll())
<th title="Kurzbezeichnung des Filters">
KurzBz
</th>
<th>
Bezeichnung
</th>
<th>
ValueName
</th>
@@ -125,6 +128,9 @@ if (!$filter->loadAll())
<?php echo $filter->kurzbz ?>
</a>
</td>
<td>
<?php echo $db->convert_html_chars($filter->bezeichnung) ?>
</td>
<td>
<?php echo $db->convert_html_chars($filter->valuename) ?>
</td>