no instructions for 'to' dropdown
darcs-hash:20080918022410-5ed1f-0c4f5ca478246d4d8e56a0b71419d179ea66ff2b.gz
This commit is contained in:
parent
892132549e
commit
8ef9d9d0cc
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user