projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a85c4
)
problem with sql syntax: used a reserverd word
author
arun
<arun@nubati.net>
Thu, 17 May 2007 12:51:21 +0000
(12:51 +0000)
committer
arun
<arun>
Thu, 17 May 2007 12:51:21 +0000
(12:51 +0000)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index c93b18f9031723bd46c46ee459a8bfc75ed4fed5..687f15dc5b58d86a6ee218cb4f720b2b1c1135f8 100644
(file)
--- 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."' ".