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 = "-";