X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fcancelgame.php;h=224020356f6bf95efc5965905b53255f9d3f639d;hp=357d226d9becc6a3b0a86915c5fd075d6094d33a;hb=d661e260855977d34672388cfa8766de55a73f93;hpb=f7e3acc9f015115707b7b6d59d8ebdb2522b9d0d diff --git a/include/cancelgame.php b/include/cancelgame.php index 357d226..2240203 100644 --- a/include/cancelgame.php +++ b/include/cancelgame.php @@ -44,8 +44,8 @@ if(time()-strtotime($r[0]) > 60*60*24*30) /* = 1 month */ $userids = DB_get_all_userid_by_gameid($gameid); foreach($userids as $user) { - $To = DB_get_email('userid',$user); - mymail($To,$EmailName."game ".DB_format_gameid($gameid)." canceled (timed out)",$message); + $subject = "Game ".DB_format_gameid($gameid)." canceled (timed out)"; + mymail($user,$subject,$message); } /* delete everything from the dB */