From 0ffe1b9c75676e83f3f214f3e3b826014797ba40 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 10 Jan 2023 22:43:20 -0500 Subject: [PATCH] Only show Items in client overview if records exist More link fixes --- client_contacts.php | 4 ++-- client_overview.php | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/client_contacts.php b/client_contacts.php index ca814f7a..edd22185 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -192,7 +192,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); + 0 ){ ?> @@ -131,6 +134,8 @@ $sql_domains_expiring = mysqli_query($mysqli,"SELECT * FROM domains + 0 || mysqli_num_rows($sql_vendors) > 0 ){ ?> +
@@ -175,6 +180,8 @@ $sql_domains_expiring = mysqli_query($mysqli,"SELECT * FROM domains
+ +