Skip to content

Commit

Permalink
🐞 fix: Uncaught mysqli_sql_exception GROUP BY
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA-styx committed Dec 7, 2024
1 parent a1fc395 commit 6c1588e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web/pages/ingame/weapons.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@
hlstats_Servers.game='$game' AND hlstats_Events_Frags.killerId=$player
AND (hlstats_Weapons.game='$game' OR hlstats_Weapons.weaponId IS NULL)
GROUP BY
hlstats_Events_Frags.weapon
hlstats_Events_Frags.weapon,
hlstats_Weapons.modifier
ORDER BY
$tblWeapons->sort $tblWeapons->sortorder,
$tblWeapons->sort2 $tblWeapons->sortorder
Expand Down

0 comments on commit 6c1588e

Please sign in to comment.