remove unused fields

This commit is contained in:
2021-04-15 20:01:44 +02:00
parent a304871aa3
commit 5688077ccd
3 changed files with 52 additions and 100 deletions

View File

@@ -517,7 +517,7 @@ if (isset($_POST['action'])) {
break;
case 'apply_4':
// jelentkezés lezárása
camp_apply::update_camp_apply($_POST['camp_apply_id'], 2, $_POST['camp_accomodation'], $_POST['camp_shuttle'], date('Y-m-d H:i:s'), 'null', $_POST['camp_id']);
camp_apply::update_camp_apply($_POST['camp_apply_id'], 2, date('Y-m-d H:i:s'), 'null', $_POST['camp_id']);
header('Location: /tabor/jelentkezes/5');
break;
case 'user_camp_leader_create':