Fehlermeldungen hinzugefügt wenn nicht zugeteilt

This commit is contained in:
Andreas Österreicher
2014-09-04 07:37:28 +00:00
parent a28941a7cc
commit dd2c101ffb
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -111,6 +111,10 @@ if(count($gruppen)>0)
}
}
}
else
{
echo $p->t('lehre/nichtzugeteilt');
}
echo '</body>
</html>';