* Use the function zget to get users.

This commit is contained in:
liugang
2019-07-30 17:33:59 +08:00
parent 2a011d5d42
commit 9c53dd8e6b
34 changed files with 84 additions and 70 deletions
+1 -1
View File
@@ -179,7 +179,7 @@
<table class='table table-form'>
<tr>
<th class='lifeThWidth'><?php echo $lang->task->openedBy;?></th>
<td><?php echo $users[$task->openedBy];?></td>
<td><?php echo zget($users, $task->openedBy);?></td>
</tr>
<tr>
<th><?php echo $lang->task->realStarted;?></th>