function simple_access_profile_delete_confirm_submit in Simple Access 6.2
Same name and namespace in other branches
- 5.2 simple_access.module \simple_access_profile_delete_confirm_submit()
- 7.2 simple_access.admin.inc \simple_access_profile_delete_confirm_submit()
File
- ./
simple_access.admin.inc, line 264 - House all the admin functions in inc to make the foot print a lot smaller.
Code
function simple_access_profile_delete_confirm_submit($form, &$form_state) {
simple_access_delete_profile($form_state['values']['pid']);
$form_state['redirect'] = 'admin/user/sa_profiles';
}