From e010f7e66c9b3000215c57dba4b0eda4a5314e63 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Tue, 9 Jun 2020 14:52:50 -0400 Subject: [PATCH] Update abuse.php --- admin/abuse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/abuse.php b/admin/abuse.php index 68dae94..3f885da 100644 --- a/admin/abuse.php +++ b/admin/abuse.php @@ -217,7 +217,7 @@ while($d = mysqli_fetch_array($r)){ $q="SELECT distinct email_for_follow_up, php_session_id, name, petition, invite FROM presign where presign_status = 'NEW' and email_for_follow_up <> '' order by id desc"; $r = $petition->query($q); while($d = mysqli_fetch_array($r)){ - echo "
  • $d[name] $d[email_for_follow_up] ($d[petition])
  • "; + echo "
  • $d[name] $d[email_for_follow_up] ($d[petition])
  • "; } ?> -- 2.20.1