This could be used to get the hash for a current game of a different user.
echo " <a href=\"{$INDEX}?action=game&me=$previous\">"._('previous')."</a> \n";
if($next)
echo " <a href=\"{$INDEX}?action=game&me=$next\">"._('next')."</a> \n";
+
+ if($j != $i )
+ echo " <a href=\"{$INDEX}?action=game&me=$lasthash\">"._('last')."</a> \n";
}
- if($j != $i )
- echo " <a href=\"{$INDEX}?action=game&me=$lasthash\">last</a> \n";
echo "\n</div>\n";
}