]> git.mxchange.org Git - friendica.git/blobdiff - mod/events.php
Merge pull request #2379 from annando/1602-abstract-doc
[friendica.git] / mod / events.php
index 3dc20e535a2829b42262190573f7b68b4b25ce7f..653ae489b8f97c8022fe68fcd6f7513e4b5fe009 100644 (file)
@@ -5,7 +5,6 @@ require_once('include/datetime.php');
 require_once('include/event.php');
 require_once('include/items.php');
 
-if(! function_exists('events_post')) {
 function events_post(&$a) {
 
        logger('post: ' . print_r($_REQUEST,true));
@@ -157,9 +156,9 @@ function events_post(&$a) {
 
        goaway($_SESSION['return_url']);
 }
-}
 
-if(! function_exists('events_content')) {
+
+
 function events_content(&$a) {
 
        if(! local_user()) {
@@ -579,4 +578,3 @@ function events_content(&$a) {
                return $o;
        }
 }
-}