From c704f6abca7d3acef6e5d4e42d2eebcce5f7417c Mon Sep 17 00:00:00 2001
From: Gerald Simane
Date: Tue, 26 Jan 2010 14:46:07 +0000
Subject: [PATCH]
---
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 d704ba7ad..c45db7a98 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: '.(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 'Ort: '.(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;