From 7e3f60219c04badfef0640ff33bb65ccfdf05e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 17 Sep 2013 09:34:12 +0000 Subject: [PATCH] --- include/wochenplan.class.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index abb7eb3e2..c9205aa70 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -41,6 +41,7 @@ require_once(dirname(__FILE__).'/zeitsperre.class.php'); require_once(dirname(__FILE__).'/phrasen.class.php'); require_once(dirname(__FILE__).'/globals.inc.php'); require_once(dirname(__FILE__).'/sprache.class.php'); +require_once(dirname(__FILE__).'/../config/global.config.inc.php'); class wochenplan extends basis_db { @@ -752,6 +753,9 @@ class wochenplan extends basis_db echo $lkt; if ($this->type!='ort') echo $this->std_plan[$i][$j][0]->ort; + if(LVPLAN_ANMERKUNG_ANZEIGEN) + echo $this->convert_html_chars($anmerkung); + echo ''.$blink_aus.''.$this->crlf; } else @@ -1284,8 +1288,8 @@ class wochenplan extends basis_db if ($this->type!='ort') echo $orte; - if(LVPLAN_ANMERKUNG_ANZEIGEN) - echo $anmerkung; + if(LVPLAN_ANMERKUNG_ANZEIGEN) + echo $anmerkung; echo $blink_aus;