Update eligible.php
authorPatrick McGuire <insidenothing@gmail.com>
Tue, 9 Jun 2020 19:21:47 +0000 (15:21 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 19:21:47 +0000 (15:21 -0400)
eligible.php

index 65414f7..fdb3ae4 100644 (file)
@@ -91,7 +91,7 @@ $my_test = $d[$field];
      $available .= '<script>document.getElementById("form").submit();</script>';
    }elseif($d2['eligibleVoterListEnforce'] == 'YES' && $_COOKIE['invite'] != '' && strtoupper($_COOKIE['invite']) == strtoupper($d2['web_short_name']) ){
      setcookie("invite", ""); // clear invite
-     $error = "$field != $pass ($my_test)";
+     $error = "$field is not $pass is it $my_test";
      setcookie("invite_error", $error); // record error
      $available .= '<script>alert("'.$d2[eligibleVoterListWarning].'");</script>';
    }