]> git.mxchange.org Git - friendica.git/blobdiff - mod/viewcontacts.php
Events: Now with guid.
[friendica.git] / mod / viewcontacts.php
index acb51f0cb4c53bf134ce2f0222b59dbb63eca6d8..04520e0d9309cc163ffe86c165625ef0e96233cd 100644 (file)
@@ -2,7 +2,6 @@
 require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
 
-if(! function_exists('viewcontacts_init')) {
 function viewcontacts_init(&$a) {
 
        if((get_config('system','block_public')) && (! local_user()) && (! remote_user())) {
@@ -27,9 +26,8 @@ function viewcontacts_init(&$a) {
                profile_load($a,$a->argv[1]);
        }
 }
-}
 
-if(! function_exists('viewcontacts_content')) {
+
 function viewcontacts_content(&$a) {
        require_once("mod/proxy.php");
 
@@ -123,4 +121,3 @@ function viewcontacts_content(&$a) {
 
        return $o;
 }
-}