]> git.mxchange.org Git - friendica.git/commitdiff
removed commented out line
authorMichael <heluecht@pirati.ca>
Thu, 23 Mar 2017 07:36:22 +0000 (07:36 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 23 Mar 2017 07:36:22 +0000 (07:36 +0000)
include/discover_poco.php

index f5cdd1b10ed6efa6eacf64943a8891214e9db33a..bb53efb5ccc125b37097c0d1112338d4b7269b1e 100644 (file)
@@ -278,7 +278,6 @@ function gs_search_user($search) {
                return false;
        }
        foreach($contacts->data AS $user) {
-               //update_gcontact_from_probe($user->site_address."/".$user->name);
                $contact = probe_url($user->site_address."/".$user->name);
                if ($contact["network"] != NETWORK_PHANTOM) {
                        $contact["about"] = $user->description;