Mark contacts from not reachable servers as unreachable

2022.09-rc
Michael Vogel 2015-07-27 07:16:06 +02:00
rodzic a0011ba58e
commit e095553590
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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"])));
}
}
}