This commit is contained in:
Andreas Österreicher
2009-07-13 09:57:08 +00:00
parent 80098c9bf4
commit c70642fbb7
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ if(!$error)
!$rechte->isBerechtigt('mitarbeiter', null, 'suid')))
{
$return = false;
$errormsg = 'Keine Berechtigung'.$_POST['studiengang_kz_berecht'];
$errormsg = 'Keine Berechtigung';
$data = '';
$error = true;
}