summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/game.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.php b/include/game.php
index 6d5b169..1edcb85 100644
--- a/include/game.php
+++ b/include/game.php
@@ -405,6 +405,7 @@ switch($mystatus)
/* output tricks */
while($r = DB_fetch_array($result))
{
+ $trick=$r[0];
if($trick!=$lasttrick)
echo " <li onclick=\"hl('$trickNR');\" class=\"old\"><a href=\"#\">"._('Trick')." $trickNR</a></li>\n";
else if($trick==$lasttrick)