Comment Query

This commit is contained in:
johnnyq 2025-03-20 18:18:33 -04:00
parent cf047024a1
commit d3c4c8c846
1 changed files with 1 additions and 1 deletions

View File

@ -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";