function log_reschedule_action_submit in Log entity 7
Log reschedule action configuration form submit.
Parameters
array $form: The form array.
array $form_state: The form state array.
Return value
array Returns an array that will end up in the action's context.
File
- ./
log.module, line 569 - Log - A general purpose record keeping system.
Code
function log_reschedule_action_submit(array $form, array $form_state) {
return _log_action_date_form_submit($form, $form_state);
}