From a2f490cdd5817650e537ad0f00b02ae559e2c17c Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Fri, 10 Nov 2023 00:47:56 -0500 Subject: [PATCH] * Reset commit #d95149a6fe. --- module/execution/control.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/module/execution/control.php b/module/execution/control.php index 93e17894bc..a4097aca9d 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2204,13 +2204,6 @@ class execution extends control } } - if($storyType == 'requirement') - { - $this->lang->story->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title); - $this->lang->projectstory->whyNoStories = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->projectstory->whyNoStories); - $this->lang->execution->linkStory = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->linkStory); - } - /* Build the search form. */ $actionURL = $this->createLink($this->app->rawModule, 'linkStory', "objectID=$objectID&browseType=bySearch&queryID=myQueryID"); $branchGroups = $this->loadModel('branch')->getByProducts(array_keys($products));