diff options
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";
|