- Bei Koordinatoren muss das Institut angegeben werden

- Lehrveranstaltungsverwaltung funktioniert jetzt auch für Institute
This commit is contained in:
Andreas Österreicher
2009-11-30 15:14:45 +00:00
parent b8ef88ff1b
commit 12557caf4d
3 changed files with 51 additions and 18 deletions
+7 -1
View File
@@ -404,7 +404,13 @@ if(!$error)
$return = false;
}
}
if($_POST['funktion_kurzbz']=='fbk' && $_POST['fachbereich_kurzbz']=='')
{
$error=true;
$errormsg='Bei Koordinatoren muss auch ein Institut angegeben werden';
$return=false;
}
if(!$error)
{
$benutzerfunktion->oe_kurzbz = $_POST['oe_kurzbz'];