diff --git a/module/report/view/workload.html.php b/module/report/view/workload.html.php
index 918112da5e..e895249c13 100644
--- a/module/report/view/workload.html.php
+++ b/module/report/view/workload.html.php
@@ -84,26 +84,26 @@
$load):?>
-
- $info) foreach($info['execution'] as $exec => $execinfo) $countusername ++;?>
- |
- $info):?>
-
-
- $execinfo):?>
- ";?>
-
- createLink('project', 'view', "projectID={$info['projectID']}"), $project);?> |
+
+ $info) foreach($info['execution'] as $exec => $executionInfo) $countUserName ++;?>
+ |
+ $info):?>
+
+ $executionInfo) $countProjectName ++ ;?>
+ $executionInfo):?>
+ ";?>
+
+ createLink('project', 'view', "projectID={$info['projectID']}"), $projectName);?> |
- createLink('execution', 'view', "executionID={$execinfo['executionID']}"), $exec);?> |
- |
- |
-
- |
- |
- |
+ createLink('execution', 'view', "executionID={$executionInfo['executionID']}"), $executionName);?> |
+ |
+ |
+
+ |
+ |
+ |
- "; $idprojectname ++; $idusername ++;?>
+ "; $idProjectName ++; $idUserName ++;?>