aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-16 15:08:32 -0700
committerfriendica <info@friendica.com>2012-03-16 15:08:32 -0700
commit141ae076ad9fc6dfce1b25604f44faa54a4ad940 (patch)
treee764658692b4c66b5f0f14d796a56980c23779f6 /mod
parent58940175e173c04c9bfa3498af40c65f6514a9ce (diff)
parentc7dd52be6268e0232dc3c3e035235078b5ea4547 (diff)
downloadvolse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.gz
volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.bz2
volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.zip
Merge branch 'pull'
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'),