diff options
author | friendica <info@friendica.com> | 2012-03-16 15:08:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-16 15:08:32 -0700 |
commit | 141ae076ad9fc6dfce1b25604f44faa54a4ad940 (patch) | |
tree | e764658692b4c66b5f0f14d796a56980c23779f6 /mod | |
parent | 58940175e173c04c9bfa3498af40c65f6514a9ce (diff) | |
parent | c7dd52be6268e0232dc3c3e035235078b5ea4547 (diff) | |
download | volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.gz volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.tar.bz2 volse-hubzilla-141ae076ad9fc6dfce1b25604f44faa54a4ad940.zip |
Merge branch 'pull'
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/message.php | 2 |
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'), |