From 1a9f9d8d7a75ca9230bbf4e40eb926448a4cd737 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Thu, 21 May 2020 18:14:38 -0400 Subject: [PATCH] Update petitions.php --- admin/petitions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/petitions.php b/admin/petitions.php index f7ecf74..9e63f7a 100644 --- a/admin/petitions.php +++ b/admin/petitions.php @@ -28,7 +28,6 @@ while($d = mysqli_fetch_array($r)){ echo "
  • $d[admin_status] $d[petition_id] $d[web_short_name] $d[web_color] $d[group_id] $d[petition_name] $d[eligibleVoterListField] $d[eligibleVoterListEquals] $d[eligibleVoterListEnforce]
  • "; } ?> -

    New Petition

    web_short_name @@ -36,7 +35,7 @@ while($d = mysqli_fetch_array($r)){ petition_name
    - +


    -- 2.20.1