]> git.mxchange.org Git - friendica.git/commitdiff
The discovery should check all profiles.
authorMichael Vogel <icarus@dabo.de>
Tue, 28 Jul 2015 06:25:30 +0000 (08:25 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 28 Jul 2015 06:25:30 +0000 (08:25 +0200)
include/discover_poco.php

index e93b449b980245c0996efb4fdab19d35514da44c..47c0cc2cd057a9f90fda4038bf4e33f3620da74f 100644 (file)
@@ -96,7 +96,7 @@ function discover_users() {
        $checked = 0;
 
        foreach ($users AS $user) {
-               if (poco_do_update($user["created"], $user["updated"], $user["last_failure"], $user["last_contact"])) {
+               //if (poco_do_update($user["created"], $user["updated"], $user["last_failure"], $user["last_contact"])) {
 
                        if ($user[0]["server_url"] != "")
                                $server_url = $user[0]["server_url"];
@@ -112,7 +112,7 @@ function discover_users() {
                        } else
                                q("UPDATE `gcontact` SET `last_failure` = '%s' WHERE `nurl` = '%s'",
                                        dbesc(datetime_convert()), dbesc(normalise_link($user["url"])));
-               }
+               //}
        }
 }