You are here

function revision_scheduler_update_operation_options in Revision scheduler 7

1 string reference to 'revision_scheduler_update_operation_options'
revision_scheduler_edit_form in ./revision_scheduler.pages.inc

File

./revision_scheduler.pages.inc, line 248

Code

function revision_scheduler_update_operation_options($form, $form_state) {
  return $form['operation'];
}