From 71c96bf3223f2d3cc63581d93de3bbff43ea7a99 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 11 May 2009 17:39:16 -0700 Subject: BUGFIX: some email messages had newlines missing before the footer all emails now have a "\n\n" at the end of the message. --- include/cancelgame.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cancelgame.php') diff --git a/include/cancelgame.php b/include/cancelgame.php index 71bb58b..b0b4db9 100644 --- a/include/cancelgame.php +++ b/include/cancelgame.php @@ -38,7 +38,7 @@ if(time()-strtotime($r[0]) > 60*60*24*30) /* = 1 month */ { $message = "Hello, \n\n". "Game ".DB_format_gameid($gameid). - " has been canceled since nothing happend for a while and $myname requested it.\n"; + " has been canceled since nothing happend for a while and $myname requested it.\n\n"; /* email to all players */ $userids = DB_get_all_userid_by_gameid($gameid); -- cgit v1.2.3-18-g5258