Skip to content

Commit

Permalink
Modified events table
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanunjayaDev committed Apr 17, 2022
1 parent a3ad2c8 commit e8e1398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/registration/group/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
foreach ($_SESSION["index1"] as $k => $v) {


echo ('<option value=' . "'" . $v[0] . "'" . '>' . $v[1] . '</option>');
echo ('<option value=' . "'" . $v[0] . "'" . '>' . $v[2] . ' - ' . $v[1] . '</option>');

$i = $i + 1;
}
Expand Down Expand Up @@ -248,7 +248,7 @@ function pushRegistration(): void
"description", //3
"start", //4
"end", //5
"teamsize" //6
"tmax" //6
);

$queryFetch = new MySQL_Query_Capsule($eventFetch);
Expand Down
2 changes: 1 addition & 1 deletion pages/registration/individual/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function pushRegistration(): void
"description", //3
"start", //4
"end", //5
"teamsize" //6
"tmax" //6
);

$query = new MySQL_Query_Capsule($select);
Expand Down

0 comments on commit e8e1398

Please sign in to comment.