X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fcancelgame.php;h=71bb58bee2b74a993bb15f16c1c5da29a262d976;hp=224020356f6bf95efc5965905b53255f9d3f639d;hb=4209593d06a237995d8cc0ba527188a15cbd0376;hpb=d661e260855977d34672388cfa8766de55a73f93 diff --git a/include/cancelgame.php b/include/cancelgame.php index 2240203..71bb58b 100644 --- a/include/cancelgame.php +++ b/include/cancelgame.php @@ -48,8 +48,8 @@ if(time()-strtotime($r[0]) > 60*60*24*30) /* = 1 month */ mymail($user,$subject,$message); } - /* delete everything from the dB */ - DB_cancel_game($me); + /* set gamestatus to canceled */ + cancel_game('timedout',$gameid); echo "

Game ".DB_format_gameid($gameid). " has been canceled.

";