From 8ef9d9d0cc1fd1a4880b6941f4e4916c3f8b0e92 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 17 Sep 2008 22:24:10 -0400 Subject: no instructions for 'to' dropdown darcs-hash:20080918022410-5ed1f-0c4f5ca478246d4d8e56a0b71419d179ea66ff2b.gz --- actions/newmessage.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'actions/newmessage.php') diff --git a/actions/newmessage.php b/actions/newmessage.php index f134e8948..5aa363323 100644 --- a/actions/newmessage.php +++ b/actions/newmessage.php @@ -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'); -- cgit v1.2.3-54-g00ecf