aboutsummaryrefslogtreecommitdiffstats
path: root/include/acl_selectors.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-31 19:53:40 -0800
committerFriendika <info@friendika.com>2011-01-31 19:53:40 -0800
commit2cd1da54627bc298baab0ad5119a946713bf07a5 (patch)
treede738f6bba01870547a394942b023f9d2f7cbf3a /include/acl_selectors.php
parente2544abd503ddcbd98a31c75b528aac0c980df35 (diff)
downloadvolse-hubzilla-2cd1da54627bc298baab0ad5119a946713bf07a5.tar.gz
volse-hubzilla-2cd1da54627bc298baab0ad5119a946713bf07a5.tar.bz2
volse-hubzilla-2cd1da54627bc298baab0ad5119a946713bf07a5.zip
readjust name length limits - acl selector
Diffstat (limited to 'include/acl_selectors.php')
-rw-r--r--include/acl_selectors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php
index 63756ce3e..269dc3e34 100644
--- a/include/acl_selectors.php
+++ b/include/acl_selectors.php
@@ -67,7 +67,7 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p
else
$selected = '';
- $trimmed = substr($rr['name'],0,24);
+ $trimmed = substr($rr['name'],0,22);
$o .= "<option value=\"{$rr['id']}\" $selected title=\"{$rr['name']}|{$rr['url']}\" >$trimmed</option>\r\n";
}