Removed absent task_description var from projects

This commit is contained in:
johnnyq
2025-03-27 13:41:15 -04:00
parent 231694aabe
commit 4bb37a7198

View File

@@ -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']);
?>
<tr>