From df99ca3de3e2d2f276653ab55c65a51543933ade Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 30 Mar 2010 01:42:54 +0000 Subject: [PATCH] * fix the bug #51. --- trunk/module/release/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/module/release/control.php b/trunk/module/release/control.php index c7b2afb8cd..be039baa10 100644 --- a/trunk/module/release/control.php +++ b/trunk/module/release/control.php @@ -56,6 +56,7 @@ class release extends control $this->view->header->title = $this->lang->release->create; $this->view->position[] = $this->lang->release->create; $this->view->builds = $this->loadModel('build')->getProductBuildPairs($productID); + unset($this->view->builds['trunk']); $this->display(); }