Update search.php
authorPatrick McGuire <insidenothing@gmail.com>
Sat, 25 Jul 2020 21:19:42 +0000 (17:19 -0400)
committerGitHub <noreply@github.com>
Sat, 25 Jul 2020 21:19:42 +0000 (17:19 -0400)
admin/search.php

index 7b7445b..0f17dbb 100644 (file)
@@ -11,7 +11,7 @@ if ($_POST['LASTNAME']){
 }
 if($LASTNAME != ''){
   echo "<ol>";
-  $q = "select * from VoterList where LASTNAME like '%$LASTNAME%' limit 0, 5000 ";
+  $q = "select * from VoterList2 where LASTNAME like '%$LASTNAME%' limit 0, 5000 ";
   echo "$q";
   $r = $petition->query($q);
   while ($d = mysqli_fetch_array($r,MYSQLI_ASSOC)){