]> git.mxchange.org Git - friendica.git/blobdiff - include/socgraph.php
Better implementation of "hidewall"
[friendica.git] / include / socgraph.php
index d6aae1975eb33e9fe30fd98c41153ecd4f70aeae..3718f82306fc7336e8d7db61747bacc540744b2c 100644 (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);
 }