X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-registration.pl;h=36c5e2fa66f020dd92c769ee36b9bff918947dc7;hp=a81e48a95a581cd5afb1304ec8cc3d7a6a792924;hb=4af8a5f91e1da7ae80a4c86f853c052c01db297f;hpb=35f6e765d69f966c8b4abc84f25bb0bfa3df9853 diff --git a/html/do-registration.pl b/html/do-registration.pl index a81e48a..36c5e2f 100755 --- a/html/do-registration.pl +++ b/html/do-registration.pl @@ -14,6 +14,6 @@ my $paid = $cgi->param('paid'); $dbh->do('INSERT INTO tournamentparticipation (tournament, player, paid) VALUES (?,?,?)', undef, $tournament, $player, $paid); -ccbs::print_see_other('registration.pl?id=$tournament'); +ccbs::print_see_other('registration.pl?id=' . $tournament); $dbh->disconnect;