From 79d84f2040068424994eecf542fee3686849845c Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Mon, 27 Aug 2012 00:36:38 -0500 Subject: Created remanants of a challenge page (loaded completely from the database). Kept the old challenge page, because Snap will probably want to reuse the Javascript. --- pages/home.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'pages/home.php') diff --git a/pages/home.php b/pages/home.php index 4e46ac6..89bc817 100644 --- a/pages/home.php +++ b/pages/home.php @@ -47,17 +47,6 @@ if (getCookie('pref_mute') != 'true') { } } - -function tutorialComplete($userID) { - $sql = "SELECT * FROM `achievements` - WHERE `type` = 32 AND `userID` = '$userID'"; - $result = mysql_query($sql); - if (mysql_num_rows($result) >= 1) - return true; - else - return false; -} - ?> @@ -82,7 +71,7 @@ topbar($Links); Complete the tutorial to unlock a blue wall color:"; echo "

"; } -- cgit v1.2.3