mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Persönlicher LVPlan zeigt nun den LVPlan des nächsten/vorigen Semesters abhängig von der Gruppenzuordnung korrekt an.
LVPlan Einträge mit Spezialgruppen sind dadurch auch vor Semesterstart bereits sichtbar.
This commit is contained in:
@@ -638,7 +638,14 @@ class wochenplan extends basis_db
|
||||
|
||||
// Formularbeginn wenn Lektor
|
||||
if ($raumres && $this->type=='ort')
|
||||
echo '<form name="reserve" method="post" action="stpl_week.php">'.$this->crlf;
|
||||
{
|
||||
$ort = new ort();
|
||||
$ort->load($this->ort_kurzbz);
|
||||
if($ort->reservieren)
|
||||
echo '<form name="reserve" method="post" action="stpl_week.php">'.$this->crlf;
|
||||
else
|
||||
$raumres=false;
|
||||
}
|
||||
|
||||
//Tabelle zeichnen
|
||||
echo ' <table class="stdplan" width="100%" border="0" cellpadding="1" cellspacing="1" name="Stundenplantabelle" align="center">'.$this->crlf;
|
||||
|
||||
Reference in New Issue
Block a user