Update the global contact entries for local users on a regular base

This commit is contained in:
Michael Vogel 2016-05-05 15:38:28 +02:00
commit bd1030b246
2 changed files with 7 additions and 2 deletions

View file

@ -1705,8 +1705,7 @@ function update_gcontact_for_user($uid) {
"hide" => ($r[0]["hidewall"] OR !$r[0]["net-publish"]),
"nick" => $r[0]["nickname"], "addr" => $addr,
"connect" => $addr, "server_url" => App::get_baseurl(),
"generation" => 1, "network" => NETWORK_DFRN,
"updated" => datetime_convert());
"generation" => 1, "network" => NETWORK_DFRN);
update_gcontact($gcontact);
}