* Adjust code for tab to space.

This commit is contained in:
pengjiangxiu
2017-08-17 11:26:42 +08:00
parent 9e34e50947
commit e28ceee2d9
8 changed files with 67 additions and 67 deletions
+3 -3
View File
@@ -1231,9 +1231,9 @@ class taskModel extends model
{
$delay = helper::diffDate($today, $task->deadline);
if($delay > 0) $task->delay = $delay;
}
}
}
}
/* Story changed or not. */
$task->needConfirm = false;
if($task->storyStatus == 'active' and $task->latestStoryVersion > $task->storyVersion) $task->needConfirm = true;