diff --git a/cis/private/menu.php b/cis/private/menu.php index a4d3d7124..6e5fcc9b4 100644 --- a/cis/private/menu.php +++ b/cis/private/menu.php @@ -42,7 +42,7 @@ $fkt->getAll($user); $stg_obj = new studiengang($db_conn); -if($stg_obj->getAll('kurzbzlang')) +if($stg_obj->getAll('kurzbzlang', false)) { $stg = array(); foreach($stg_obj->result as $row) diff --git a/content/ToDo_FASo.html b/content/ToDo_FASo.html index 756931c81..62ddd0af2 100644 --- a/content/ToDo_FASo.html +++ b/content/ToDo_FASo.html @@ -10,6 +10,7 @@ Auflistung nach Priorität (höchste oben).

Änderungen


Fehler

+
  • Beim Starten kommt manchmal folgende Fehlermeldung in der Errorconsole: Error: can't decode principals (failure code 8007000e)

  • Statistik

    Als Hauptmenü @@ -42,6 +43,14 @@ content/statistik/lvplanung.php muss noch erstellt werden)

    Erledigte Anforderungen