summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index e8fffb7..0fc89de 100644
--- a/index.php
+++ b/index.php
@@ -1316,11 +1316,11 @@ else if(myisset("me"))
}
if(sizeof($h))
$header = "CC: ".join(",",$h)."\r\n";
-
+
foreach($userids as $user)
{
$To = DB_get_email_by_userid($user);
- $hash = DB_get_hash_from_gameid_and_userid($gameid,$user)
+ $hash = DB_get_hash_from_gameid_and_userid($gameid,$user);
$mymessage = $message."Use this link to have a look at the game: ".$host."?me=".$hash."\n\n" ;
mymail($To,$EmailName."game over (game $gameid)",$mymessage,$header);
}