Linking to profile

This commit is contained in:
rootcoma 2013-11-30 04:44:49 -08:00
parent fe7490fe5b
commit 9f1a967b8c
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function replaceTimespanVariable($t) {
foreach($result as $res) {
echo '<tr>';
echo '<td>' . $currentRank . '</td>';
echo '<td>' . $res['username'] . '</td>';
echo '<td><a href="profile.php?username=' . $res['username'] . '">' . $res['username'] . '</a></td>';
echo '<td>' . $res['points'] . '</td>';
echo '</tr>';
$currentRank++;