From 84155be68394d503bc7604f0ca2e2700695241dc Mon Sep 17 00:00:00 2001
From: Arun Persaud <arun@nubati.net>
Date: Sat, 18 Oct 2008 17:39:58 -0700
Subject: BUGFIX: fixed a syntax error

forgot a ;

Signed-off-by: Arun Persaud <arun@nubati.net>
---
 include/game.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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();
-- 
cgit v1.2.3-18-g5258