function prev_next_reindex_confirm in Previous/Next API 7.2
Same name and namespace in other branches
- 6 prev_next.module \prev_next_reindex_confirm()
- 7 prev_next.module \prev_next_reindex_confirm()
@todo Please document this function.
See also
1 string reference to 'prev_next_reindex_confirm'
- prev_next_menu in ./
prev_next.module - Implements hook_menu().
File
- ./
prev_next.admin.inc, line 190 - Creates the administrative interface for previous next.
Code
function prev_next_reindex_confirm($form, &$form_state) {
return confirm_form(array(), t('Are you sure you want to re-index Prev/Next?'), 'admin/config/system/prev_next', t('The entire Prev/Next index will be reset and rebuilt incrementally as cron runs. action cannot be undone.'), t('Re-index'), t('Cancel'));
}