You are here

function boxes_box_form_cancel_submit in Boxes 7

Submit handler for cancel on inline add box form

1 string reference to 'boxes_box_form_cancel_submit'
boxes_box_form in ./boxes.module
Common element of the box form

File

./boxes.module, line 490
Core functionality for boxes module.

Code

function boxes_box_form_cancel_submit($form, &$form_state) {
  return;
}