]> git.mxchange.org Git - friendica.git/blobdiff - mod/removeme.php
Merge remote-tracking branch 'upstream/develop' into 1602-diaspora
[friendica.git] / mod / removeme.php
index 6c84c41892b9bdb1190cd6a944b53dfffd128ae8..904606fd57cb77b69a1a0b7ef48a9025ff012f25 100644 (file)
@@ -1,6 +1,5 @@
 <?php
 
-if(! function_exists('removeme_post')) {
 function removeme_post(&$a) {
 
        if(! local_user())
@@ -25,10 +24,9 @@ function removeme_post(&$a) {
                user_remove($a->user['uid']);
                // NOTREACHED
        }
-}
+
 }
 
-if(! function_exists('removeme_content')) {
 function removeme_content(&$a) {
 
        if(! local_user())
@@ -52,5 +50,5 @@ function removeme_content(&$a) {
        ));
 
        return $o;
-}
+
 }