diff --git a/pages/registration/group/index.php b/pages/registration/group/index.php index 6bb4d42..5ad6095 100644 --- a/pages/registration/group/index.php +++ b/pages/registration/group/index.php @@ -119,7 +119,7 @@ foreach ($_SESSION["index1"] as $k => $v) { - echo (''); + echo (''); $i = $i + 1; } @@ -248,7 +248,7 @@ function pushRegistration(): void "description", //3 "start", //4 "end", //5 - "teamsize" //6 + "tmax" //6 ); $queryFetch = new MySQL_Query_Capsule($eventFetch); diff --git a/pages/registration/individual/index.php b/pages/registration/individual/index.php index 595d4e9..a173d9d 100644 --- a/pages/registration/individual/index.php +++ b/pages/registration/individual/index.php @@ -241,7 +241,7 @@ function pushRegistration(): void "description", //3 "start", //4 "end", //5 - "teamsize" //6 + "tmax" //6 ); $query = new MySQL_Query_Capsule($select);