From de8c7857ae745cfea45bc611e370622bfac9aa66 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 30 Nov 2009 05:31:47 +0000 Subject: [PATCH] * fix the synatx error. --- trunk/module/my/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/module/my/control.php b/trunk/module/my/control.php index 59824c07a5..79361ef6fd 100644 --- a/trunk/module/my/control.php +++ b/trunk/module/my/control.php @@ -98,6 +98,7 @@ class my extends control $this->session->set('bugList', $this->app->getURI(true)); + /* $productID = common::saveProductState($productID, key($this->products)); $currentModuleID = ($type == 'bymodule') ? (int)$param : 0; if($currentModuleID == 0) @@ -107,6 +108,7 @@ class my extends control else { $currentModule = $this->tree->getById($currentModuleID); + }*/ /* 赋值。*/ $this->assign('header', $header);