function tft_settings_form_validate in Taxonomy File Tree 7
File
- ./
tft.admin.inc, line 51
Code
function tft_settings_form_validate($form, $form_state) {
if ($form_state['clicked_button']['#name'] == 'add_archive_folders') {
tft_archive_folder_batch();
batch_process();
}
}