* fix the bug when import tasks.

This commit is contained in:
wangchunsheng
2010-11-24 14:04:18 +00:00
parent e9e28f418d
commit a9f7e2f05d
11 changed files with 57 additions and 37 deletions
+2 -2
View File
@@ -88,8 +88,8 @@
</td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->owner;?></th>
<td><?php echo $task->ownerRealName;?>
<th class='rowhead'><?php echo $lang->task->assignedTo;?></th>
<td><?php echo $task->assignedToRealName;?>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->type;?></th>