diff --git a/cis/private/lvplan/stpl_detail.php b/cis/private/lvplan/stpl_detail.php index 894afbe6c..2e966a468 100644 --- a/cis/private/lvplan/stpl_detail.php +++ b/cis/private/lvplan/stpl_detail.php @@ -200,7 +200,7 @@ if ($num_rows_repl>0) $beschreibung=$db->db_result($erg_repl,$i,"beschreibung"); echo ''; echo ''.$titel.''; - echo ''.$ortkurzbz.''; + echo ''.(1==1 || is_file(RAUMINFO_PATH.trim($ortkurzbz).'.html')?''.$ortkurzbz.'':$ortkurzbz).''; echo ''.$titelpre.' '.$pers_vorname.' '.$pers_nachname.''; echo ''.$beschreibung.''; }