From 04d086d7b69f9ccd38d16a5d0f386eac842337cc Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 17 Dec 2020 18:35:42 -0500 Subject: [PATCH] Fixed Button CSS --- client_assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_assets.php b/client_assets.php index dabd8285..ef305fce 100644 --- a/client_assets.php +++ b/client_assets.php @@ -138,7 +138,7 @@ $total_pages = ceil($total_found_rows / 10); $row = mysqli_fetch_array($sql_assigned); $contact_name = $row['contact_name']; if(empty($contact_name)){ - $contact_name = ""; + $contact_name = ""; } ?>