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 :) --- pages/tutorial.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pages/tutorial.php') diff --git a/pages/tutorial.php b/pages/tutorial.php index 41151cd..e407866 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -14,11 +14,10 @@ topbar($Links); include_once ('./includes/maps.php'); include_once ('./includes/mapclass.php'); - +include_once ('./includes/sqlEmbedded.php'); //TODO: Turn this into a function? if ($accepted) { - include_once ('./includes/sqlEmbedded.php'); $userID = $_SESSION['userID']; $sql = " -- cgit v1.2.3