| 5 |
* filtering and apply actions to block, unblock, delete or email the selected |
* filtering and apply actions to block, unblock, delete or email the selected |
| 6 |
* users. |
* users. |
| 7 |
* |
* |
| 8 |
* $Id: advuser.module,v 1.14.2.6 2009/02/18 12:40:13 earnie Exp $ |
* $Id: advuser.module,v 1.14.2.7 2009/03/18 13:13:12 earnie Exp $ |
| 9 |
**/ |
**/ |
| 10 |
|
|
| 11 |
/** |
/** |
| 266 |
* Submit the user administration update form. |
* Submit the user administration update form. |
| 267 |
*/ |
*/ |
| 268 |
function advuser_admin_account_submit($form, &$form_state) { |
function advuser_admin_account_submit($form, &$form_state) { |
| 269 |
$operations = module_invoke_all('user_operations'); |
$operations = module_invoke_all('user_operations', $form_state); |
| 270 |
$operations = array_merge($operations,module_invoke_all('advuser_operations')); |
$operations = array_merge($operations,module_invoke_all('advuser_operations')); |
| 271 |
$operation = $operations[$form_state['values']['operation']]; |
$operation = $operations[$form_state['values']['operation']]; |
| 272 |
// Filter out unchecked accounts. |
// Filter out unchecked accounts. |