You are here

function references_dialog_redirect_access in References dialog 7

1 string reference to 'references_dialog_redirect_access'
references_dialog_menu in ./references_dialog.module
Implements hook_menu().

File

./references_dialog.module, line 696
This the main module file.

Code

function references_dialog_redirect_access() {

  // @todo It is not really a security issue, but we should probably check
  // that you can create the content you just created (silly), to access
  // this page.
  return TRUE;
}