summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/cancelgame.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/cancelgame.php b/include/cancelgame.php
index b0b4db9..22be185 100644
--- a/include/cancelgame.php
+++ b/include/cancelgame.php
@@ -36,8 +36,7 @@ $myname = DB_get_name('hash',$me);
$r = DB_query_array("SELECT mod_date from Game WHERE id='$gameid' " );
if(time()-strtotime($r[0]) > 60*60*24*30) /* = 1 month */
{
- $message = "Hello, \n\n".
- "Game ".DB_format_gameid($gameid).
+ $message = "Game ".DB_format_gameid($gameid).
" has been canceled since nothing happend for a while and $myname requested it.\n\n";
/* email to all players */