X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fdo-registration.pl;h=36c5e2fa66f020dd92c769ee36b9bff918947dc7;hp=a81e48a95a581cd5afb1304ec8cc3d7a6a792924;hb=a6500d8a7d1a7fc0bd172373f1a670b8ee7ce92e;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;