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 @@