From 02e0692b859de4a3720c215e18471ce61e3c7a57 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 19 Nov 2023 14:56:49 -0500 Subject: [PATCH] Fix Badge colors not working correctly after custom color tag update --- clients.php | 2 +- inc_all_client.php | 2 +- settings_tags.php | 8 +++++--- ticket.php | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/clients.php b/clients.php index 5c5b3e0e..b90c97ad 100644 --- a/clients.php +++ b/clients.php @@ -194,7 +194,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); } $client_tag_id_array[] = $client_tag_id; - $client_tag_name_display_array[] = "$client_tag_name "; + $client_tag_name_display_array[] = "$client_tag_name"; } $client_tags_display = implode('', $client_tag_name_display_array); diff --git a/inc_all_client.php b/inc_all_client.php index 7e895995..8e26cfd0 100644 --- a/inc_all_client.php +++ b/inc_all_client.php @@ -82,7 +82,7 @@ if (isset($_GET['client_id'])) { } $client_tag_id_array[] = $client_tag_id; - $client_tag_name_display_array[] = "$client_tag_name "; + $client_tag_name_display_array[] = "$client_tag_name"; } $client_tags_display = implode('', $client_tag_name_display_array); diff --git a/settings_tags.php b/settings_tags.php index 26c626f6..f14d96c6 100644 --- a/settings_tags.php +++ b/settings_tags.php @@ -52,7 +52,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Name Type - Color Action @@ -68,9 +67,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); ?> - "; ?> + + + + + -