]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
Show more information when following a new contact
[friendica.git] / mod / notifications.php
index 44f6dd5675ffeda3610674adfd1ce86b47173837..1fc31c3eb97d81de3fa30c4a74dced2b0397f1e5 100644 (file)
@@ -216,7 +216,6 @@ function notifications_content(&$a) {
                                        '$contact_id' => $rr['contact-id'],
                                        '$photo' => ((x($rr,'photo')) ? proxy_url($rr['photo']) : "images/person-175.jpg"),
                                        '$fullname' => $rr['name'],
-                                       '$location_label' => t('Location:'),
                                        '$location' => $rr['glocation'],
                                        '$location_label' => t('Location:'),
                                        '$about' => proxy_parse_html(bbcode($rr['gabout'], false, false)),