diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-02 08:00:50 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-02 08:00:50 +0100 |
commit | a3fd84661f74b0759f9edad1f068b32820b03c5d (patch) | |
tree | 043af8c4f6abb6f860f4fa22670f1e7f968e4b83 /mod/contacts.php | |
parent | 670dba666633fe8db5c56db6748e341eebcf0138 (diff) | |
parent | 777c47aaa697ff46cf554fb4f36d0c252ae42e94 (diff) | |
download | volse-hubzilla-a3fd84661f74b0759f9edad1f068b32820b03c5d.tar.gz volse-hubzilla-a3fd84661f74b0759f9edad1f068b32820b03c5d.tar.bz2 volse-hubzilla-a3fd84661f74b0759f9edad1f068b32820b03c5d.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index 4c627c88f..61d9ce398 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -367,7 +367,7 @@ function contacts_content(&$a) { '$alt_text' => $alt_text, '$dir_icon' => $dir_icon, '$thumb' => $rr['thumb'], - '$name' => $rr['name'], + '$name' => substr($rr['name'],0,20), '$sparkle' => $sparkle, '$url' => $url )); |