From 1eef529616fb4d137c9c20d55cadf8e230c3512e Mon Sep 17 00:00:00 2001 From: Ianthe Sutherland Date: Wed, 18 Feb 2015 16:20:24 +0000 Subject: [PATCH] LIB001-1129: Adding Logout button on game over screen --- games/gameCrowdSourcingApproval.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/games/gameCrowdSourcingApproval.php b/games/gameCrowdSourcingApproval.php index f23b288..1a299e6 100644 --- a/games/gameCrowdSourcingApproval.php +++ b/games/gameCrowdSourcingApproval.php @@ -8,7 +8,6 @@ $link = mysql_connect($dbserver, $username, $password); @mysql_select_db($database) or die( "Unable to select database"); - if (isset ($_POST['save'])) { $check_box = $_POST['moderated']; @@ -168,6 +167,14 @@ Thanks for doing all that voting. Keep an eye on your scores - there could be a prize for you!
Your score will grow as other people vote on your tags! + + +
+ + +
+ + '; } else