summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-05-17 12:51:21 +0000
committerarun <arun>2007-05-17 12:51:21 +0000
commita7119a6c9ee1ecbc43edb4164b03b1d8a97fd107 (patch)
tree16e376048798ef3ea5edd1449fb710a4af692b99 /index.php
parentd4a85c497c76daa0c5d6481ffe2239590bf0c401 (diff)
downloade-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.php2
1 files changed, 1 insertions, 1 deletions
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."' ".