removed commented out line
This commit is contained in:
parent
5b6215d7bd
commit
2ce5ab1467
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue