diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2017-02-04 23:57:49 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2017-02-06 23:21:12 +0100 |
commit | 7abeb203d8b6d537a55b0dd9a1ccac32e6f948ec (patch) | |
tree | e09f373a1441fe6b7acbb7672e671e5fb1044d4a /html/pages/players_info.php | |
parent | c110e3ac9e2fac2f88f4e00fa05579ab25afc3fc (diff) |
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";
|