* Adjust code loyout.

This commit is contained in:
chencongzhi520@gmail.com
2012-07-09 01:28:02 +00:00
parent d98daae818
commit c71e97a747
+1 -1
View File
@@ -108,7 +108,7 @@ class project extends control
/* Set browseType, productID, moduleID and queryID. */
$browseType = strtolower($status);
$queryID = ($browseType == 'bysearch') ? (int)$param : 0;
$moduleID = ($status == 'byModule') ? (int)$param : 0;
$moduleID = ($status == 'byModule') ? (int)$param : 0;
$project = $this->commonAction($projectID);
$projectID = $project->id;