multipage_form_example_access

5 multipage_form_example.module multipage_form_example_access($op, $node)

Implementation of hook_access().

File

developer/examples/multipage_form_example.module, line 36

Code

function multipage_form_example_access($op, $node) {
  return TRUE;
}
Login or register to post comments