From 7799d1ee427491d3987b43bb4df8d8c4fb568a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Thu, 21 Dec 2017 13:46:16 +0800 Subject: [PATCH] * Fix bug. --- module/block/view/taskblock.html.php | 2 +- module/my/view/task.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/block/view/taskblock.html.php b/module/block/view/taskblock.html.php index 3ab4b05f0b..e1a8fa224b 100644 --- a/module/block/view/taskblock.html.php +++ b/module/block/view/taskblock.html.php @@ -31,7 +31,7 @@ td.delayed{background: #e84e0f!important; color: white;} ?> > id;?> - task->priList, $task->pri, $task->pri)?> + task->priList), $task->pri, $task->pri)?> name?> estimate?> '>deadline, 0, 4) > 0) echo $task->deadline;?> diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index c6aa3391d4..5b53c66c4f 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -52,7 +52,7 @@ createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> - task->priList, $task->pri, $task->pri);?>'>task->priList, $task->pri, $task->pri);?> + task->priList), $task->pri, $task->pri);?>'>task->priList), $task->pri, $task->pri);?> createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> createLink('task', 'view', "taskID=$task->id"), $task->name, null, "style='color: $task->color'");?> openedBy);?>