mirror of
				https://github.com/Mibew/design.git
				synced 2025-10-31 18:41:05 +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