diff --git a/agent/ticket.php b/agent/ticket.php index b52ac60f..634b4129 100644 --- a/agent/ticket.php +++ b/agent/ticket.php @@ -959,7 +959,6 @@ if (isset($_GET['ticket_id'])) { while ($row = mysqli_fetch_assoc($sql_tasks)) { $task_id = intval($row['task_id']); $task_name = nullable_htmlentities($row['task_name']); - //$task_description = nullable_htmlentities($row['task_description']); // not in db yet $task_completion_estimate = intval($row['task_completion_estimate']); $task_completed_at = nullable_htmlentities($row['task_completed_at']); @@ -1018,7 +1017,7 @@ if (isset($_GET['ticket_id'])) { - +