X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=index.php;h=687f15dc5b58d86a6ee218cb4f720b2b1c1135f8;hp=c93b18f9031723bd46c46ee459a8bfc75ed4fed5;hb=a7119a6c9ee1ecbc43edb4164b03b1d8a97fd107;hpb=d4a85c497c76daa0c5d6481ffe2239590bf0c401 diff --git a/index.php b/index.php index c93b18f..687f15d 100644 --- a/index.php +++ b/index.php @@ -933,7 +933,7 @@ else if(myisset("me")) " User.id, ". " Hand.party as party, ". " Hand.sickness as sickness, ". - " Hand.point_call as call ". + " Hand.point_call ". "FROM Hand ". "LEFT JOIN User ON User.id=Hand.user_id ". "WHERE Hand.game_id='".$gameid."' ".