From 94e56f6d68a0b0b04236c398b69fbf0fb52deda9 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 22 Aug 2023 15:48:55 -0400 Subject: [PATCH] fixed an old unused var in client_locations which was allowing someone to delete a primary location which shouldnt be allowed --- client_locations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_locations.php b/client_locations.php index d6336966..85ef0752 100644 --- a/client_locations.php +++ b/client_locations.php @@ -117,7 +117,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Edit - + Archive