Relocated functions from PortableContact to GServer

This commit is contained in:
Michael
2020-01-01 21:29:36 +00:00
parent 75c74e8562
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.