* Remove unused code.

This commit is contained in:
孙广明
2021-12-02 13:10:55 +08:00
parent fa2041169e
commit 1faf545954
7 changed files with 9 additions and 137 deletions
-7
View File
@@ -1402,13 +1402,6 @@ class execution extends control
}
}
$isStage = false;
if(!empty($project->model) and $project->model == 'waterfall')
{
$isStage = true;
$this->lang->execution->type = str_replace($this->lang->executionCommon, $this->lang->project->stage, $this->lang->execution->type);
}
$this->loadModel('user');
$poUsers = $this->user->getPairs('noclosed|nodeleted|pofirst', '', $this->config->maxCount);
if(!empty($this->config->user->moreLink)) $this->config->moreLinks["PM"] = $this->config->user->moreLink;