mirror of
https://github.com/Mibew/java.git
synced 2024-11-15 01:14:12 +03:00
Fix bug with statistics display when there is not enough data
This commit is contained in:
parent
475d0e22ae
commit
cef80ad20b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user