From 08583506b9bdb4ef2d30bad9752c960f20fe54b6 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 20 Mar 2011 00:40:54 -0700 Subject: CLEANUP: added gameid to mymail and generate subject line in mymail directly this way it will be easier to add translation and also to add the gameid into the database for the digest --- include/cancelgame.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/cancelgame.php') diff --git a/include/cancelgame.php b/include/cancelgame.php index 98cbca2..4128126 100644 --- a/include/cancelgame.php +++ b/include/cancelgame.php @@ -62,8 +62,7 @@ if(time()-strtotime($r[0]) > 60*60*24*30) /* = 1 month */ $userids = DB_get_all_userid_by_gameid($gameid); foreach($userids as $user) { - $subject = "Game ".DB_format_gameid($gameid)." canceled (timed out)"; - mymail($user,$subject,$message); + mymail($user,$gameid, GAME_CANCELED_TIMEOUT, $message); } /* set gamestatus to canceled */ -- cgit v1.2.3-18-g5258