Remove reduncancies

This commit is contained in:
Michael 2017-03-22 05:26:44 +00:00
commit bc517ef3d2
5 changed files with 18 additions and 15 deletions

View file

@ -266,6 +266,7 @@ function gs_search_user($search) {
return false;
}
foreach($contacts->data AS $user) {
//update_gcontact_from_probe($user->site_address."/".$user->name);
$contact = probe_url($user->site_address."/".$user->name);
if ($contact["network"] != NETWORK_PHANTOM) {
$contact["about"] = $user->description;