LAYOUT: fixed some css issues in the new layout
[e-DoKo.git] / include / game.php
index 6d5b169119b0539828bb9cb8d1214ef329e27fbf..1edcb85d5166ead4e6229f1fd274de82e7d056b5 100644 (file)
@@ -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)