Update eligible.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 7 May 2020 17:41:49 +0000 (13:41 -0400)
committerGitHub <noreply@github.com>
Thu, 7 May 2020 17:41:49 +0000 (13:41 -0400)
eligible.php

index a7ba9e3..77c1746 100644 (file)
@@ -39,7 +39,7 @@ while($d2 = mysqli_fetch_array($r2)){
  $pass = $d2['eligibleVoterListEquals'];
  $q4 = "select * from signatures where VTRID = '$VTRID' and petition_id = '$d2[petition_id]' ";
  $r4 = $petition->query($q4);
- $d4 = mysqli_fetch_array($r4)
+ $d4 = mysqli_fetch_array($r4);
  if ($d4['id'] > 0){
   $available .= "<div class='row'>
   <div class='col-sm-2'>Already Signed</div>