From 5b6f1a03e9120cb8cf23da6505c4302d6e4f501e Mon Sep 17 00:00:00 2001 From: sgm0422 <976204163@qq.com> Date: Thu, 16 Jul 2020 09:02:58 +0800 Subject: [PATCH] * Finish task #7458. --- module/bug/model.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/bug/model.php b/module/bug/model.php index ba4506029f..a577a6799a 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -2664,10 +2664,6 @@ class bugModel extends model { echo html::a(helper::createLink('build', 'view', "buildID=$buildID"), $build, '', "title='$bug->openedBuild'"); } - else - { - echo $build; - } } break; case 'assignedTo':