From 372afdcc0c2e050711592c810f55eb54c597bdb0 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 2 Dec 2022 21:33:51 -0500 Subject: [PATCH] regression fix for client domains --- client_domains.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_domains.php b/client_domains.php index 9fbfe93f..aa2e25ee 100644 --- a/client_domains.php +++ b/client_domains.php @@ -69,7 +69,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $domain_name = htmlentities($row['domain_name']); $domain_registrar = htmlentities($row['domain_registrar']); $domain_webhost = htmlentities($row['domain_webhost']); - $domain_expire = htmlentities($row['domain_expire']; + $domain_expire = htmlentities($row['domain_expire']); $domain_registrar_name = htmlentities($row['vendor_name']); if(empty($domain_registrar_name)){ $domain_registrar_name = "-";