diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2017-02-12 20:30:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-12 20:30:01 +0100 |
commit | 66b162b5f01c996fd8a5cd4e570e31f8483cdffa (patch) | |
tree | df404d4d8e26db5e564aece272c64896c38ce0f6 /html/pages/players_info.php | |
parent | 07b6b55355dc0555cf578067ff38e9e52c03fe7e (diff) | |
parent | 7abeb203d8b6d537a55b0dd9a1ccac32e6f948ec (diff) |
Merge pull request #3 from sn3p/sn3p/fix-mysql-group-by-errors4.2.9
Fix MySQL ONLY_FULL_GROUP_BY errors
Diffstat (limited to 'html/pages/players_info.php')
-rwxr-xr-x | html/pages/players_info.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/pages/players_info.php b/html/pages/players_info.php index 11064dc..f4d131c 100755 --- a/html/pages/players_info.php +++ b/html/pages/players_info.php @@ -312,7 +312,7 @@ WHERE m.id = p.matchid AND
e.col1 = 'btcap'
GROUP BY
- m.mapfile
+ m.mapfile, e.col3, e.col4
ORDER BY
m.mapfile,
0 + e.col3 ASC";
|