removed commented out line

This commit is contained in:
Michael 2017-03-23 07:36:22 +00:00
parent 5b6215d7bd
commit 2ce5ab1467
1 changed files with 0 additions and 1 deletions

View File

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