X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fevents.php;h=653ae489b8f97c8022fe68fcd6f7513e4b5fe009;hb=48642a8544ccc52003829985e22cc2aa71711816;hp=3dc20e535a2829b42262190573f7b68b4b25ce7f;hpb=0c67c89715df801e0c887be50c9739db3bae7ca3;p=friendica.git diff --git a/mod/events.php b/mod/events.php index 3dc20e535a..653ae489b8 100644 --- a/mod/events.php +++ b/mod/events.php @@ -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; } } -}