diff options
author | arun <arun@nubati.net> | 2007-05-17 12:51:21 +0000 |
---|---|---|
committer | arun <arun> | 2007-05-17 12:51:21 +0000 |
commit | a7119a6c9ee1ecbc43edb4164b03b1d8a97fd107 (patch) | |
tree | 16e376048798ef3ea5edd1449fb710a4af692b99 /index.php | |
parent | d4a85c497c76daa0c5d6481ffe2239590bf0c401 (diff) | |
download | e-DoKo-a7119a6c9ee1ecbc43edb4164b03b1d8a97fd107.tar.gz e-DoKo-a7119a6c9ee1ecbc43edb4164b03b1d8a97fd107.tar.bz2 e-DoKo-a7119a6c9ee1ecbc43edb4164b03b1d8a97fd107.zip |
problem with sql syntax: used a reserverd word
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."' ". |