BUGFIX: fixed a syntax error
authorArun Persaud <arun@nubati.net>
Sun, 19 Oct 2008 00:39:58 +0000 (17:39 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 19 Oct 2008 00:39:58 +0000 (17:39 -0700)
forgot a ;

Signed-off-by: Arun Persaud <arun@nubati.net>
include/game.php

index 7109c11e1ca3560aa25ee7e4db88056b0a1fb1ce..6141ab231e699bc3815c32cce1738602773ada7f 100644 (file)
@@ -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();