* fix the bug of search query.

* fix the bug of ugprade.
This commit is contained in:
wangchunsheng
2010-07-06 10:03:51 +00:00
parent df0ccf11f5
commit 608b98bda6
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class testcase extends control
}
/* 构造搜索表单。*/
$this->config->testcase->search['actionURL'] = $this->createLink('testcase', 'browse', "productID=$productID&browseType=bySearch&queryID=queryID");
$this->config->testcase->search['actionURL'] = $this->createLink('testcase', 'browse', "productID=$productID&browseType=bySearch&queryID=myQueryID");
$this->config->testcase->search['queryID'] = $queryID;
$this->view->searchForm = $this->fetch('search', 'buildForm', $this->config->testcase->search);