mirror of
https://github.com/Mibew/java.git
synced 2024-11-15 09:24: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>
|
</tr>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<tr>
|
<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") ?>
|
<?php echo getlocal("report.no_items") ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user