]> 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 7fffdd8a2861f9058f1a88c9cf7f6cd1385b84fd..64b1ebddc3c4a4008ce11e2f4c82c5050063622a 100644 (file)
@@ -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');
@@ -629,7 +630,7 @@ function events_by_date($owner_uid = 0, $event_params, $sql_extra = '') {
  * @return array Event array for the template
  */
 function process_events($arr) {
-       $events = array();
+       $events=array();
 
        $last_date = '';
        $fmt = t('l, F j');