From 6af8e19b862bc37a5a34239d53953d9dc5786d7c Mon Sep 17 00:00:00 2001 From: arun Date: Tue, 12 Dec 2006 11:25:47 +0000 Subject: small bugfixes to get comments for examples comments working --- index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'index.php') 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 ". -- cgit v1.2.3-18-g5258