You are here

function date_copy_import_csv_form in Date 5

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

File

./date_copy.module, line 260

Code

function date_copy_import_csv_form() {

  // PLACEHOLDER
  drupal_set_message(t('Importing dates into CCK from a comma separated file can be done using the !link.', array(
    '!link' => l('Node Import module', 'http://drupal.org/project/node_import'),
  )));
}