From caed8b0b973052a674d62d891b3df69cd501eab2 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Thu, 25 Aug 2011 14:38:35 +0000 Subject: [PATCH] kleine anpassung phrasenmodul --- include/wochenplan.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index 76da1a2bf..d94968e6f 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -414,7 +414,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 ''.$p->t('global/raum').': '.(1==1 || is_file(RAUMINFO_PATH.trim($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 ''.$p->t('lvplan/raum').': '.(1==1 || is_file(RAUMINFO_PATH.trim($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;