You are here

function date_copy_export_form in Date 5

Same name and namespace in other branches
  1. 5.2 date_copy/date_copy.module \date_copy_export_form()
  2. 6 date_copy/date_copy.module \date_copy_export_form()
1 string reference to 'date_copy_export_form'
date_copy_menu in ./date_copy.module
Implementation of hook_menu()

File

./date_copy.module, line 255

Code

function date_copy_export_form() {

  // PLACEHOLDER
  drupal_set_message(t('This feature is not yet functional.'));
}