summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2006-12-12 11:25:47 +0000
committerarun <arun>2006-12-12 11:25:47 +0000
commit6af8e19b862bc37a5a34239d53953d9dc5786d7c (patch)
treec1ec7808986fe2c5389e473779b49a375c80c1d6 /index.php
parent11bc256437ae08976ca1b65fcab39f9e326c760f (diff)
downloade-DoKo-6af8e19b862bc37a5a34239d53953d9dc5786d7c.tar.gz
e-DoKo-6af8e19b862bc37a5a34239d53953d9dc5786d7c.tar.bz2
e-DoKo-6af8e19b862bc37a5a34239d53953d9dc5786d7c.zip
small bugfixes to get comments for examples comments working
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.php b/index.php
index 6daea5e..f23f4cd 100644
--- a/index.php
+++ b/index.php
@@ -232,7 +232,7 @@ else if(isset($_REQUEST["me"]))
break;
case 'check':
- echo "no checking at the moment... you need to play a normal game";
+ echo "no checking at the moment... you need to play a normal game. At the moment you need to reload this page to finish the setup.";
if(!isset($_REQUEST["solo"]) ||
!isset($_REQUEST["wedding"]) ||
!isset($_REQUEST["poverty"]) ||
@@ -307,7 +307,8 @@ else if(isset($_REQUEST["me"]))
" Hand.position as position,".
" Play.sequence as sequence, ".
" Hand.hash as hash, ".
- " Trick.id ".
+ " Trick.id, ".
+ " Comment.comment ".
"FROM Trick ".
"LEFT JOIN Play ON Trick.id=Play.trick_id ".
"LEFT JOIN Hand_Card ON Play.hand_card_id=Hand_Card.id ".