From fdb9e43840cbe49185635e309d20fcd3d02ef1b3 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 3 Jul 2012 03:11:44 +0000 Subject: [PATCH] * adjust the resovled date field. --- module/bug/control.php | 1 - module/bug/view/resolve.html.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/module/bug/control.php b/module/bug/control.php index fb44e8d271..f43fb8c0af 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -555,7 +555,6 @@ class bug extends control $this->view->header['title'] = $this->products[$productID] . $this->lang->colon . $this->lang->bug->resolve; $this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $this->products[$productID]); $this->view->position[] = $this->lang->bug->resolve; - $this->view->date = strftime("%Y-%m-%d %X", strtotime('now')); $this->view->bug = $bug; $this->view->builds = $this->loadModel('build')->getProductBuildPairs($productID); diff --git a/module/bug/view/resolve.html.php b/module/bug/view/resolve.html.php index 842b45202a..dd080dbd70 100644 --- a/module/bug/view/resolve.html.php +++ b/module/bug/view/resolve.html.php @@ -28,7 +28,7 @@ bug->resolvedDate;?> - + bug->assignedTo;?>