From a7119a6c9ee1ecbc43edb4164b03b1d8a97fd107 Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 17 May 2007 12:51:21 +0000 Subject: [PATCH] problem with sql syntax: used a reserverd word --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."' ". -- 2.17.1