mirror of https://github.com/itflow-org/itflow
regression fix for client domains
This commit is contained in:
parent
1d8efb6497
commit
372afdcc0c
|
|
@ -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 = "-";
|
||||
|
|
|
|||
Loading…
Reference in New Issue