* fix the error when edit task.

This commit is contained in:
wangchunsheng
2009-11-03 09:17:49 +00:00
parent 0b951c8e1c
commit c8544bab69

View File

@@ -65,7 +65,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->pri;?></th>
<td><?php echo html::select('pri', $lang->task->priList, $task->status, 'class=select-3');?>
<td><?php echo html::select('pri', $lang->task->priList, $task->pri, 'class=select-3');?>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->comment;?></th>