From c955c27cbebba3edaab9532834ac72041eccbf58 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Tue, 28 May 2013 02:07:59 -0500 Subject: Edited a few more places where "include_once" was being used within a method. Hopefully this doesn't break anything :) --- includes/datas.php | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/datas.php') diff --git a/includes/datas.php b/includes/datas.php index 8a50cbb..8711c4a 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -1062,7 +1062,6 @@ function loadChallengeMapCode($mapIdUnsanitized) } function isCurrentMap($mapID) { - include_once('sqlEmbedded.php'); $sql = "SELECT mapID FROM `mapOfTheDay` WHERE `mapID` = '$mapID' -- cgit v1.2.3