Fix bug with statistics display when there is not enough data

This commit is contained in:
Dmitriy Simushev 2013-05-28 10:23:42 +00:00
parent 475d0e22ae
commit cef80ad20b

View File

@ -140,7 +140,7 @@ require_once('inc_errors.php');
</tr>
<?php } else { ?>
<tr>
<td colspan="<?php $page['show_invitations_info'] ? 11 : 7; ?>">
<td colspan="<?php echo($page['show_invitations_info'] ? 11 : 7); ?>">
<?php echo getlocal("report.no_items") ?>
</td>
</tr>