fixed parser error
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
ec57babf89
commit
b7c21e1b65
|
@ -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…
Reference in a new issue