From 748c4a1e92ca10938c2cf35d20b7785229c1e099 Mon Sep 17 00:00:00 2001 From: Gerald Simane Date: Mon, 15 Feb 2010 12:45:45 +0000 Subject: [PATCH] --- cis/private/lvplan/stpl_detail.php | 2 ++ 1 file changed, 2 insertions(+) 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).'';