diff --git a/project_details.php b/project_details.php index fab3d5dc..c175c6af 100644 --- a/project_details.php +++ b/project_details.php @@ -411,7 +411,6 @@ if (isset($_GET['project_id'])) { while($row = mysqli_fetch_array($sql_tasks)){ $task_id = intval($row['task_id']); $task_name = nullable_htmlentities($row['task_name']); - $task_description = nullable_htmlentities($row['task_description']); $task_completed_at = nullable_htmlentities($row['task_completed_at']); ?>