X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=admin%2Fintroduce.php;h=3d387372116e6c12d586a00fefae3a3f3dda0bea;hb=9048d8e482c91960265f29c2b5b3112f2a52f3d8;hp=29fe5e7e6d0f9f3c5e2cd2bce3b22d30742cd21a;hpb=d8f51eac91f86a1e00a05a5058a8fa9eb8732464;p=fms.git diff --git a/admin/introduce.php b/admin/introduce.php index 29fe5e7..3d38737 100644 --- a/admin/introduce.php +++ b/admin/introduce.php @@ -53,7 +53,7 @@ function content() print "
Type answers for a few puzzles and submit
"; - $st=$db->prepare("SELECT UUID,Day FROM tblIntroductionPuzzleRequests WHERE UUID NOT IN (SELECT UUID FROM tblIdentityIntroductionInserts) AND Day>='".gmdate('Y-m-d',strtotime('-1 day'))."' AND Found='true';"); + $st=$db->prepare("SELECT UUID,Day FROM tblIntroductionPuzzleRequests WHERE UUID NOT IN (SELECT UUID FROM tblIdentityIntroductionInserts) AND Day>='".gmdate('Y-m-d',strtotime('-1 day'))."' AND Found='true';"); $st->execute(); while($record=$st->fetch()) @@ -65,7 +65,7 @@ function content() print "
"; } ?> - +