unsubscribe from a remote profile
darcs-hash:20081203180945-5ed1f-747b3c0e00ced81c02953e1095a9b866a7876c43.gz
This commit is contained in:
@@ -2059,10 +2059,10 @@ function common_unsubscribe_form($profile) {
|
||||
'class' => 'unsubscribe',
|
||||
'action' => common_local_url('unsubscribe')));
|
||||
common_hidden('token', common_session_token());
|
||||
common_element('input', array('id' => 'unsubscribeto-' . $profile->nickname,
|
||||
common_element('input', array('id' => 'unsubscribeto-' . $profile->id,
|
||||
'name' => 'unsubscribeto',
|
||||
'type' => 'hidden',
|
||||
'value' => $profile->nickname));
|
||||
'value' => $profile->id));
|
||||
common_element('input', array('type' => 'submit',
|
||||
'class' => 'submit',
|
||||
'value' => _('Unsubscribe')));
|
||||
|
Reference in New Issue
Block a user