projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f968c8b
)
Revert change to wrong branch.
author
Steinar H. Gunderson
<sesse@samfundet.no>
Mon, 4 Apr 2005 01:48:43 +0000
(
01:48
+0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Mon, 4 Apr 2005 01:48:43 +0000
(
01:48
+0000)
html/tournaments.pl
patch
|
blob
|
history
diff --git
a/html/tournaments.pl
b/html/tournaments.pl
index 3fc353172d2f23f5b46b6869ecc6d453dca79062..8417b3c3af24bdd8e4baa57ea2e95607a739a271 100755
(executable)
--- a/
html/tournaments.pl
+++ b/
html/tournaments.pl
@@
-8,5
+8,5
@@
my $dbh = ccbs::db_connect();
my $tournaments = ccbs::db_fetch_all($dbh, 'SELECT * FROM tournaments NATURAL JOIN seasons ORDER BY season, date');
ccbs::print_header();
-ccbs::process_template('tournaments.tmpl', 'T
ournaments
', { tournaments => $tournaments });
+ccbs::process_template('tournaments.tmpl', 'T
urneringer
', { tournaments => $tournaments });
$dbh->disconnect;