1
0
Fork 0

Relocated functions from PortableContact to GServer

This commit is contained in:
Michael 2020-01-01 21:29:36 +00:00
commit fb550a0172
4 changed files with 96 additions and 116 deletions

View file

@ -205,10 +205,6 @@ class Search
}
while ($row = DBA::fetch($data)) {
if (PortableContact::alternateOStatusUrl($row["nurl"])) {
continue;
}
$urlParts = parse_url($row["nurl"]);
// Ignore results that look strange.