diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index 09f0a2838..d704ba7ad 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -397,7 +397,7 @@ class wochenplan extends basis_db $this->link.='&stg_kz='.$this->stg_kz.'&sem='.$this->sem.'&ver='.$this->ver.'&grp='.$this->grp; } if ($this->type=='ort') - echo 'Ort: '.$this->ort_kurzbz.' - '.$this->ort_bezeichnung.' - '.($this->ort_max_person!=''?'( '.$this->ort_max_person.' Personen )':'').'
'.$this->ort_ausstattung.'
'; + echo 'Ort: '.(is_file(RAUMINFO_PATH.$this->ort_kurzbz.'.html')?''.$this->ort_kurzbz.'':$this->ort_kurzbz).' - '.$this->ort_bezeichnung.' - '.($this->ort_max_person!=''?'( '.$this->ort_max_person.' Personen )':'').'
'.$this->ort_ausstattung.'
'; echo '

'.$this->crlf; echo '
'.$this->crlf;