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