mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 21:34:51 +00:00
Removed absent task_description var from projects
This commit is contained in:
@@ -411,7 +411,6 @@ if (isset($_GET['project_id'])) {
|
|||||||
while($row = mysqli_fetch_array($sql_tasks)){
|
while($row = mysqli_fetch_array($sql_tasks)){
|
||||||
$task_id = intval($row['task_id']);
|
$task_id = intval($row['task_id']);
|
||||||
$task_name = nullable_htmlentities($row['task_name']);
|
$task_name = nullable_htmlentities($row['task_name']);
|
||||||
$task_description = nullable_htmlentities($row['task_description']);
|
|
||||||
$task_completed_at = nullable_htmlentities($row['task_completed_at']);
|
$task_completed_at = nullable_htmlentities($row['task_completed_at']);
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user