From 3f6d2be721f20200b97553d0fbb2bab5c0cc173e Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Tue, 26 May 2020 13:06:12 -0400 Subject: [PATCH] Update report.php --- admin/report.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/report.php b/admin/report.php index 1c803f1..d511744 100644 --- a/admin/report.php +++ b/admin/report.php @@ -19,8 +19,8 @@ $group_id = $_COOKIE['group_id'];
@@ -78,7 +78,7 @@ while($d = mysqli_fetch_array($r)){ echo "$d2[ip_address]$d2[date_time_signed]$d2[signed_name_as]$d2[signed_name_as_circulator]$d2[contact_phone]$d2[signature_status]$d2[printed_status]"; //} } - echo ''; + echo ''; } ?>
-- 2.20.1