* fix the synatx error.

This commit is contained in:
wangchunsheng
2009-11-30 05:31:47 +00:00
parent c6999335b6
commit de8c7857ae

View File

@@ -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);