Relocated functions from PortableContact to GServer
This commit is contained in:
parent
75c74e8562
commit
fb550a0172
4 changed files with 96 additions and 116 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue