farnulfo / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 0 forks source link

No user name on profile_games.php page #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to any user's profile.
2. Click "View more".
3. You'll see "'s latest submission's games" without actual user name.

What is the expected output? What do you see instead?
Need to be something like "Evgenius's latest submission's games"

What version of the product are you using? On what operating system?

Please provide any additional information below.

http://code.google.com/p/ai-contest/source/browse/trunk/planet_wars/www/profile_
games.php

You probably need to change line 24 from
    contest_users u
to
    users u

Original issue reported on code.google.com by EvGenius...@gmail.com on 13 Sep 2010 at 8:06

GoogleCodeExporter commented 8 years ago
Fixed by Danielvf in r359.

Original comment by janzert on 28 Sep 2010 at 8:19