This commit is contained in:
Ricsi
2016-11-24 19:25:08 +01:00
15 changed files with 56 additions and 86 deletions

View File

@@ -89,6 +89,7 @@ if (isset($_POST['action'])) {
$every_week = isset($_POST['every_week']);
if ($every_week) unset($_POST['every_week']);
training::create_training($_POST, $every_week);
header("Location: /admin/trainings/");
break;