function ocupload_delete_confirm_submit in One Click Upload 7
Same name and namespace in other branches
- 7.2 ocupload.inc \ocupload_delete_confirm_submit()
Confirm form submit
File
- ./
ocupload.inc, line 315 - Service functions
Code
function ocupload_delete_confirm_submit($form, &$form_state) {
ocupload_template_delete($form_state['values']['tid']);
drupal_set_message(t('Deleted'));
$form_state['redirect'] = 'admin/config/content/ocupload';
}