This commit is contained in:
Andreas Österreicher
2013-09-17 09:34:12 +00:00
parent adeb7cf879
commit 7e3f60219c
+6 -2
View File
@@ -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 '</A></DIV>'.$blink_aus.'</td>'.$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;