X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fregistration.pl;h=a2da719fee68dfcf837221730d58bc07c4222ce6;hp=ae6d534fb2b3c0aac2e9243c091dcc7dec9792aa;hb=e24a9f842f0295d01144db3ba4a597f309341241;hpb=e49c027eb9479fb64800142a53f5d5dfe0d290cf 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;