You are here

function rec_example_batch_finish in Recommender API 7.5

Same name and namespace in other branches
  1. 7.3 rec_example/rec_example.module \rec_example_batch_finish()
1 string reference to 'rec_example_batch_finish'
rec_example_settings_form_submit in rec_example/rec_example.module

File

rec_example/rec_example.module, line 90

Code

function rec_example_batch_finish($success, $results, $operations) {
  if ($success) {
    drupal_set_message(t('Successfully loaded file.'));
  }

  //drupal_goto('admin/config/rec_example');
}