aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-16 10:54:20 -0700
committerSimon <simon@kisikew.org>2012-03-16 10:54:20 -0700
commit1246a40ec22d1df7c0aa47d13690a65e868edaa4 (patch)
tree5525492fa6b53fc743e3f47d733157a9bf7f9681 /mod
parent925b9c5b9ce83825f5003f88d3afbdcb620c28fc (diff)
parent90bb32ab7393687d46e198f94d181c830f881def (diff)
downloadvolse-hubzilla-1246a40ec22d1df7c0aa47d13690a65e868edaa4.tar.gz
volse-hubzilla-1246a40ec22d1df7c0aa47d13690a65e868edaa4.tar.bz2
volse-hubzilla-1246a40ec22d1df7c0aa47d13690a65e868edaa4.zip
Merge pull request #141 from CatoTH/master
Private messages - tabindex
Diffstat (limited to 'mod')
-rwxr-xr-xmod/message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/message.php b/mod/message.php
index 55e313776..0907abd77 100755
--- a/mod/message.php
+++ b/mod/message.php
@@ -154,7 +154,7 @@ function message_content(&$a) {
$preselect = (isset($a->argv[2])?array($a->argv[2]):false);
- $select = contact_select('messageto','message-to-select', $preselect, 4, true);
+ $select = contact_select('messageto','message-to-select', $preselect, 4, true, false, false, 10);
$tpl = get_markup_template('prv_message.tpl');
$o .= replace_macros($tpl,array(
'$header' => t('Send Private Message'),