mirror of https://github.com/itflow-org/itflow
Removed absent task_description var from projects
This commit is contained in:
parent
231694aabe
commit
4bb37a7198
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue