From d3c4c8c846ddf3c73ecc56bce2e9c74d7feffadf Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 20 Mar 2025 18:18:33 -0400 Subject: [PATCH] Comment Query --- project_details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_details.php b/project_details.php index c399ed3d..1e6c7bc9 100644 --- a/project_details.php +++ b/project_details.php @@ -4,7 +4,7 @@ if (isset($_GET['client_id'])) { require_once "includes/inc_all_client.php"; $client_query = "AND ticket_client_id = $client_id"; - $client_ticket_select_query = "AND ticket_client_id = $client_id"; + $client_ticket_select_query = "AND ticket_client_id = $client_id"; // Used when linking a ticket to the project $client_url = "client_id=$client_id&"; } else { require_once "includes/inc_all.php";