X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fviewcontacts.php;h=90ff85b9dbd4476c3534a6138b108f1d6608d613;hb=97b608db38edac6e4989c7343e9de8f32f46f263;hp=bd73b2ffbe837d1e657ca8aba9e6536d0c3e3057;hpb=2e9dca7c9f0e50956723505ad576bf32e762d11e;p=friendica.git diff --git a/mod/viewcontacts.php b/mod/viewcontacts.php index bd73b2ffbe..90ff85b9db 100644 --- a/mod/viewcontacts.php +++ b/mod/viewcontacts.php @@ -43,7 +43,7 @@ function viewcontacts_content(&$a) { '$id' => $rr['id'], '$alt_text' => t('Visit ') . $rr['name'] . t('\'s profile'), '$thumb' => $rr['thumb'], - '$name' => $rr['name'], + '$name' => substr($rr['name'],0,20), '$url' => $rr['url'] )); }