You are here

function revision_deletion_settings_page in Revision Deletion 6

Same name and namespace in other branches
  1. 5 revision_deletion.module \revision_deletion_settings_page()
1 string reference to 'revision_deletion_settings_page'
revision_deletion_menu in ./revision_deletion.module
Implementation of hook_menu().

File

./revision_deletion.module, line 130
Node Revision Deletion, written by Greg Holsclaw

Code

function revision_deletion_settings_page() {
  return drupal_get_form('revision_deletion_auto_form');
}