Filter für Funktionen im FAS hinzugefügt

This commit is contained in:
Andreas Österreicher
2018-06-15 15:08:05 +02:00
parent cf0dedd15e
commit 53098c011c
4 changed files with 798 additions and 746 deletions
+2
View File
@@ -280,6 +280,8 @@ class variable extends basis_db
if (!isset($this->variable->allow_lehrstunde_drop))
$this->variable->allow_lehrstunde_drop='false';
if (!isset($this->variable->fasfunktionfilter))
$this->variable->fasfunktionfilter='alle';
return true;
}