From: Steinar H. Gunderson Date: Wed, 16 Feb 2005 14:04:55 +0000 (+0000) Subject: Add a (dummy) do-edit-scores.pl backend. (Nevermind, it crept into the previous commi... X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=9181c99a0c28191b9d6049377b990a0a03e8ba4b Add a (dummy) do-edit-scores.pl backend. (Nevermind, it crept into the previous commit anyhow...) --- diff --git a/html/do-edit-scores.pl b/html/do-edit-scores.pl index 7d3d435..997d965 100755 --- a/html/do-edit-scores.pl +++ b/html/do-edit-scores.pl @@ -11,6 +11,5 @@ my $tournament = $cgi->param('tournament'); $dbh->disconnect; -ccbs::print_header(); ccbs::print_see_other('show-tournament.pl?id=' . $tournament);