X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fregistration.pl;h=a2da719fee68dfcf837221730d58bc07c4222ce6;hp=ae6d534fb2b3c0aac2e9243c091dcc7dec9792aa;hb=5e25e532a03e76374d575105c22453e210e88cdd;hpb=096c2f4e9a5f405d7f9888502875b6f560434422 diff --git a/html/registration.pl b/html/registration.pl index ae6d534..a2da719 100755 --- a/html/registration.pl +++ b/html/registration.pl @@ -6,6 +6,7 @@ use warnings; my $cgi = new CGI; my $id = $cgi->param('id'); +my $selected_player = $cgi->param('player'); my $dbh = ccbs::db_connect(); @@ -17,6 +18,7 @@ ccbs::print_header(); ccbs::process_template('registration.tmpl', $tournament->{'tournamentname'}, { tournament => $tournament, registered => $registered, - available => $available + available => $available, + selected_player => $selected_player }); $dbh->disconnect;