Well I guess I fucked up a bit o'er there

This commit is contained in:
Howl 2016-04-10 00:03:05 +02:00
parent 62969581bf
commit 0b7ca1a370

View File

@ -40,7 +40,7 @@ func UserByIDGET(md common.MethodData) (r common.Response) {
query := `
SELECT users.id, users.username, register_datetime, rank,
latest_activity, users_stats.username_aka, users_stats.badges_shown,
latest_activity, users_stats.username_aka,
users_stats.country, users_stats.show_country
FROM users
LEFT JOIN users_stats