diff options
author | Arun Persaud <arun@nubati.net> | 2008-10-18 17:39:58 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-10-18 17:39:58 -0700 |
commit | 84155be68394d503bc7604f0ca2e2700695241dc (patch) | |
tree | 9081fe27543687b2817470066c4bb232bcc4be64 /include | |
parent | 873b11bb99c3185c07cc8891a0108993b14e654d (diff) | |
download | e-DoKo-84155be68394d503bc7604f0ca2e2700695241dc.tar.gz e-DoKo-84155be68394d503bc7604f0ca2e2700695241dc.tar.bz2 e-DoKo-84155be68394d503bc7604f0ca2e2700695241dc.zip |
BUGFIX: fixed a syntax error
forgot a ;
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/game.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.php b/include/game.php index 7109c11..6141ab2 100644 --- a/include/game.php +++ b/include/game.php @@ -1759,7 +1759,7 @@ switch($mystatus) $message .= "Score Table:\n"; $message .= format_score_table_ascii($score); - $message .= "Use these links to have a look at game ".DB_format_gameid($gameid).": \n" + $message .= "Use these links to have a look at game ".DB_format_gameid($gameid).": \n"; /* send out final email */ $all = array(); |