projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f22a1d
)
Clear active rounds on changing active tournament.
author
Steinar H. Gunderson
<sesse@samfundet.no>
Sat, 19 Feb 2005 14:07:14 +0000
(14:07 +0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Sat, 19 Feb 2005 14:07:14 +0000
(14:07 +0000)
html/do-set-active-tournament.pl
patch
|
blob
|
history
diff --git
a/html/do-set-active-tournament.pl
b/html/do-set-active-tournament.pl
index
297cc6c
..
4405e42
100755
(executable)
--- a/
html/do-set-active-tournament.pl
+++ b/
html/do-set-active-tournament.pl
@@
-10,6
+10,7
@@
my $cgi = new CGI;
my $tournament = $cgi->param('tournament');
$dbh->{AutoCommit} = 0;
+$dbh->do('DELETE FROM bigscreen.active_rounds');
$dbh->do('DELETE FROM bigscreen.active_tournament');
if ($tournament != -1) {
$dbh->do('INSERT INTO bigscreen.active_tournament VALUES (?)', undef, $tournament);