From: Arun Persaud Date: Sun, 19 Oct 2008 00:39:58 +0000 (-0700) Subject: BUGFIX: fixed a syntax error X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=84155be68394d503bc7604f0ca2e2700695241dc;ds=sidebyside BUGFIX: fixed a syntax error forgot a ; Signed-off-by: Arun Persaud --- 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();