From 5508d68c30c4b597cd5fbc3e801c77119a0df77b Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 18 Dec 2009 08:58:35 +0000 Subject: [PATCH] * turn off the search. --- module/product/control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/product/control.php b/module/product/control.php index a287b01d93..8b72c27bfd 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -51,8 +51,8 @@ class product extends control /* 浏览某一个产品。*/ public function browse($productID = 0, $moduleID = 0, $orderBy = 'id|desc', $recTotal = 0, $recPerPage = 15, $pageID = 1) { - $this->config->product->search['actionURL'] = $this->createLink('product', 'browse', "productID=$productID&type=byQuery"); - $this->assign('searchForm', $this->fetch('search', 'buildForm', $this->config->product->search)); + //$this->config->product->search['actionURL'] = $this->createLink('product', 'browse', "productID=$productID&type=byQuery"); + //$this->assign('searchForm', $this->fetch('search', 'buildForm', $this->config->product->search)); /* 设置当前的产品id和模块id。*/ $this->session->set('storyList', $this->app->getURI(true));