diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-05-28 02:07:59 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-05-28 02:07:59 -0500 |
commit | c955c27cbebba3edaab9532834ac72041eccbf58 (patch) | |
tree | a6fc54a3b73e043bf61e73f446d358a866cc7b58 /pages/tutorial.php | |
parent | 77b0bd5e51aeefb0d09e7a5bcab633657f299d22 (diff) | |
download | pathery-c955c27cbebba3edaab9532834ac72041eccbf58.tar.xz |
Edited a few more places where "include_once" was being used within a method. Hopefully this doesn't break anything :)
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 3 |
1 files changed, 1 insertions, 2 deletions
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 = "
|