Remove reduncancies
This commit is contained in:
parent
a376f55c1f
commit
bc517ef3d2
5 changed files with 18 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue