X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fgame.php;h=8d07b839f39042ff2fdf53c7c473f5facc9d695d;hp=fb807c74ed4533da18ccdc4da77e2f8c159e9e14;hb=9ea0c1fc3eb689bc8e0223595d42d2e3ecae4192;hpb=d39212226664baf71e5af60da3d9cbb0c2990356;ds=inline diff --git a/include/game.php b/include/game.php index fb807c7..8d07b83 100644 --- a/include/game.php +++ b/include/game.php @@ -1968,8 +1968,10 @@ else echo "
\n"; if($gamestatus == 'play' ) - output_form_calls($me); - + { + $myparty = DB_get_party_by_hash($me); + output_form_calls($me,$myparty); + } /* get time from the last action of the game */ $r = DB_query_array("SELECT mod_date from Game WHERE id='$gameid' " ); $gameend = time() - strtotime($r[0]);