diff options
Diffstat (limited to 'include/cancelgame.php')
-rw-r--r-- | include/cancelgame.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |