You are here

function cer_update_form_submit in Corresponding Entity References 7

Same name and namespace in other branches
  1. 7.2 cer.admin.inc \cer_update_form_submit()

The update form. Allows updating of current entitys.

File

./cer.admin.inc, line 201
Admin functionality, separated for performance purposes.

Code

function cer_update_form_submit($form, &$form_state) {
  $type = $form_state['values']['type'];
  cer_batch_index_remaining($type, $form_state['values']['limit']);
}