* fix zget function and fix error.

This commit is contained in:
wangyidong
2016-03-15 09:57:03 +08:00
parent 7f2c61c891
commit 0e7c551027
8 changed files with 15 additions and 28 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
</td>
<td><?php echo $stepResult['desc']?></td>
<td><?php echo $stepResult['expect']?></td>
<td class='<?php echo zget($stepResult, 'result');?> text-center'><?php echo zget($lang->testcase->resultList, zget($stepResult, 'result'));?></td>
<td><?php echo zget($stepResult, 'real');?></td>
<td class='<?php echo zget($stepResult, 'result', '');?> text-center'><?php echo zget($lang->testcase->resultList, zget($stepResult, 'result'), '');?></td>
<td><?php echo zget($stepResult, 'real', '');?></td>
</tr>
<?php $i++;?>
<?php endforeach;?>