diff --git a/cis/private/lvplan/stpl_detail.php b/cis/private/lvplan/stpl_detail.php index 423122524..0a1098286 100644 --- a/cis/private/lvplan/stpl_detail.php +++ b/cis/private/lvplan/stpl_detail.php @@ -205,6 +205,8 @@ if ($num_rows_repl>0) $pers_nachname=$db->db_result($erg_repl,$i,"nachname"); $pers_email=$db->db_result($erg_repl,$i,"uid").'@'.DOMAIN; $beschreibung=$db->db_result($erg_repl,$i,"beschreibung"); + $bezeichnung=$db->db_result($erg_repl,$i,"bezeichnung"); + echo ''; echo ''.$titel.''; echo ''.(!empty($ortkurzbz)?''.$ortkurzbz.'':$ortkurzbz).'';