This commit is contained in:
Andreas Österreicher
2008-01-09 16:46:46 +00:00
parent 87af68d2e9
commit a30093ec7e
8 changed files with 406 additions and 9 deletions
+5
View File
@@ -191,6 +191,11 @@ if(!$error)
$errormsg = 'ID ist ungueltig';
}
}
elseif(isset($_POST['type']) && $_POST['type']=='savestundenplaneintrag')
{
$errormsg = 'Noch nicht implementiert';
$return = false;
}
else
{
$return = false;