regression fix for client domains

This commit is contained in:
johnnyq 2022-12-02 21:33:51 -05:00
parent 1d8efb6497
commit 372afdcc0c
1 changed files with 1 additions and 1 deletions

View File

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