* code for task#1376.

This commit is contained in:
zhujinyong
2013-06-17 05:48:13 +00:00
parent fbfa983537
commit 15f720464c
4 changed files with 29 additions and 5 deletions
+1
View File
@@ -95,6 +95,7 @@
}
else
{
if($product) echo $product->name . $lang->arrow;
foreach($modulePath as $key => $module)
{
if(!common::printLink('project', 'task', "projectID=$task->project&browseType=byModule&param=$module->id", $module->name)) echo $module->name;