summaryrefslogtreecommitdiff
path: root/html/pages/match_info.php
diff options
context:
space:
mode:
authorMatthijs Kuiper <info@matthijskuiper.nl>2017-02-12 20:30:01 +0100
committerGitHub <noreply@github.com>2017-02-12 20:30:01 +0100
commit66b162b5f01c996fd8a5cd4e570e31f8483cdffa (patch)
treedf404d4d8e26db5e564aece272c64896c38ce0f6 /html/pages/match_info.php
parent07b6b55355dc0555cf578067ff38e9e52c03fe7e (diff)
parent7abeb203d8b6d537a55b0dd9a1ccac32e6f948ec (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/match_info.php')
-rwxr-xr-xhtml/pages/match_info.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/html/pages/match_info.php b/html/pages/match_info.php
index 27b6669..7645077 100755
--- a/html/pages/match_info.php
+++ b/html/pages/match_info.php
@@ -23,18 +23,18 @@ switch($real_gamename) {
case "Assault (insta)":
include("pages/match_info_ass.php");
break;
-
+
case "Capture the Flag":
case "Capture the Flag (insta)":
include("pages/match_info_ctf.php");
teamstats($mid, 'Match Summary');
break;
-
+
case "Domination":
case "Domination (insta)":
teamstats($mid, 'Match Summary', 'dom_cp', 'Dom Pts');
break;
-
+
case "JailBreak":
case "JailBreak (insta)":
teamstats($mid, 'Match Summary', 'ass_obj', 'Team Releases');
@@ -62,7 +62,6 @@ switch($real_gamename) {
teamstats($mid, 'Player Summary');
}
}
-
if ($real_gamename == "Assault" or $real_gamename== "Assault (insta)") {
include("pages/match_info_other2.php");
@@ -75,4 +74,4 @@ if ($real_gamename == "Capture the Flag" or $real_gamename== "Capture the Flag (
include("pages/match_report.php");
}
-?> \ No newline at end of file
+?>