Skip to content

Commit 4bb37a7

Browse files
committed
Removed absent task_description var from projects
1 parent 231694a commit 4bb37a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project_details.php

-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@
411411
while($row = mysqli_fetch_array($sql_tasks)){
412412
$task_id = intval($row['task_id']);
413413
$task_name = nullable_htmlentities($row['task_name']);
414-
$task_description = nullable_htmlentities($row['task_description']);
415414
$task_completed_at = nullable_htmlentities($row['task_completed_at']);
416415
?>
417416
<tr>

0 commit comments

Comments
 (0)