]> git.mxchange.org Git - friendica.git/blobdiff - include/event.php
Add check_blocklist to z_fetch_url and post_url
[friendica.git] / include / event.php
index 75fc3cf732ded5f60cfb45cd3605c42de75b8fa3..64b1ebddc3c4a4008ce11e2f4c82c5050063622a 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 '';
        }
 
@@ -82,6 +82,7 @@ function format_event_html($ev, $simple = false) {
 }
 
 /*
+@TODO old-lost code found?
 function parse_event($h) {
 
        require_once('include/Scrape.php');