Update eligible.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 21 May 2020 19:22:23 +0000 (15:22 -0400)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 19:22:23 +0000 (15:22 -0400)
eligible.php

index 80647b7..dcee458 100644 (file)
@@ -54,12 +54,7 @@ while($d2 = mysqli_fetch_array($r2)){
  $checked = '';
  $field = $d2['eligibleVoterListField'];
  $pass = $d2['eligibleVoterListEquals'];
- $q4 = "select * from signatures where VTRID = '$VTRID' and petition_id = '$d2[petition_id]' and signature_status <> 'removed' ";
- $r4 = $petition->query($q4);
- $d4 = mysqli_fetch_array($r4);
-  if ($d4['id'] > 0){
-    slack_general($VTRID.' Already Signed '.$d2[petition_id].' ('.$_COOKIE['invite'].')','md-petition');
-  }
   /*
 if ($d4['id'] > 0){
   $available .= "<div class='row' style='background-color:lightyellow;'>