Skip to content

Commit

Permalink
Update leaderboard and profiles to display the final rankings
Browse files Browse the repository at this point in the history
git-svn-id: https://ai-contest.googlecode.com/svn/trunk@651 9d0e4ec5-6d14-e29b-3149-cabf4038ef1e
  • Loading branch information
Janzert committed Dec 1, 2010
1 parent 5fab9f2 commit e2e6d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planet_wars/www/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
inner join submissions s on s.submission_id = r.submission_id
where
s.user_id = '$user_id' and
leaderboard_id = 159466;
leaderboard_id = 159501;
EOT;
$rankresult = mysql_query($rankquery);

Expand Down
2 changes: 1 addition & 1 deletion planet_wars/www/rankings_widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function getRankingsTableString($user_id, $viewmore = true, $viewresults = 10, $
$row = mysql_fetch_assoc($leaderboard_result);
$leaderboard_id = $row['id'];
*/
$leaderboard_id = 159466;
$leaderboard_id = 159501;

// Fetch row count
$rowcount_query = <<<EOT
Expand Down

0 comments on commit e2e6d28

Please sign in to comment.