no instructions for 'to' dropdown

darcs-hash:20080918022410-5ed1f-0c4f5ca478246d4d8e56a0b71419d179ea66ff2b.gz
This commit is contained in:
Evan Prodromou 2008-09-17 22:24:10 -04:00
parent 892132549e
commit 8ef9d9d0cc
1 changed files with 1 additions and 3 deletions

View File

@ -102,9 +102,7 @@ class NewmessageAction extends Action {
$mutual_users->free();
unset($mutual_users);
common_dropdown('to', _('To'), $mutual,
_('User you want to send a message to'), FALSE,
$to->id);
common_dropdown('to', _('To'), $mutual, NULL, FALSE, $to->id);
common_element_start('p');