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).
| '.$this->crlf; + echo ' | '.$this->crlf;
echo ' ';
if ($this->type=='student' || $this->type=='lektor')
echo 'Person: '.$this->pers_titelpre.' '.$this->pers_vorname.' '.$this->pers_nachname.' - '.$this->pers_uid.' | '.$this->crlf;
// Kalenderjump
@@ -403,13 +403,13 @@ class wochenplan
$next_ort=pg_fetch_object($result_ort,$i);
// Ort Jump
- echo '
| incoming: | |
| '; if(($geburtsdatum=='' && $vorname=='' && $nachname=='') || $geburtsdatum_error) |