mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Remove AI Enable References through the UI this will be handled differently
This commit is contained in:
@@ -202,7 +202,6 @@ if (isset($_GET['project_template_id'])) {
|
||||
while($row = mysqli_fetch_array($sql_task_templates)){
|
||||
$task_template_id = intval($row['task_template_id']);
|
||||
$task_template_name = nullable_htmlentities($row['task_template_name']);
|
||||
$task_template_description = nullable_htmlentities($row['task_template_description']);
|
||||
?>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user