]> git.sesse.net Git - ccbs/blobdiff - html/do-registration.pl
Yet more refactoring.
[ccbs] / html / do-registration.pl
index a81e48a95a581cd5afb1304ec8cc3d7a6a792924..36c5e2fa66f020dd92c769ee36b9bff918947dc7 100755 (executable)
@@ -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;