fixed parser error
authorRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 20:59:43 +0000 (22:59 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 20 Apr 2017 20:59:43 +0000 (22:59 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/event.php

index 75fc3cf..280b138 100644 (file)
@@ -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 '';
        }