fixed parser error
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
		
					parent
					
						
							
								ec57babf89
							
						
					
				
			
			
				commit
				
					
						b7c21e1b65
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,7 @@ require_once 'include/datetime.php';
 | 
			
		|||
 | 
			
		||||
function format_event_html($ev, $simple = false) {
 | 
			
		||||
 | 
			
		||||
	if (! ((is_array($ev)) && count($ev)))
 | 
			
		||||
	if (! ((is_array($ev)) && count($ev))) {
 | 
			
		||||
		return '';
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue