Mark contacts from not reachable servers as unreachable

This commit is contained in:
Michael Vogel 2015-07-27 07:16:06 +02:00
parent a0011ba58e
commit e095553590

View file

@ -108,7 +108,9 @@ function discover_users() {
if (++$checked > 100)
return;
}
} else
q("UPDATE `gcontact` SET `last_failure` = '%s' WHERE `nurl` = '%s'",
dbesc(datetime_convert()), dbesc(normalise_link($user["url"])));
}
}
}