From 79d928cd42c32122edd47d1a450fb0c4ced3de2f Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 18 Jul 2012 01:45:55 -0700 Subject: fix lots of warnings, whitespace --- pages/tutorial.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pages/tutorial.php') diff --git a/pages/tutorial.php b/pages/tutorial.php index 8e3b583..1965f51 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -12,7 +12,7 @@ topbar($Links); //!! Turn this into a function? -if ($_SESSION[accepted] == 1) { +if ($accepted) { include_once ('./includes/db.inc.php'); $userID = $_SESSION['userID']; @@ -28,9 +28,8 @@ if ($_SESSION[accepted] == 1) { } ?> -- cgit v1.2.3