From: arun Date: Thu, 17 May 2007 12:51:21 +0000 (+0000) Subject: problem with sql syntax: used a reserverd word X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=a7119a6c9ee1ecbc43edb4164b03b1d8a97fd107;hp=d4a85c497c76daa0c5d6481ffe2239590bf0c401 problem with sql syntax: used a reserverd word --- 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."' ".