You are here

function date_copy_import_csv_form in Date 5.2

Same name and namespace in other branches
  1. 5 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/date_copy.module
Implementation of hook_menu()

File

date_copy/date_copy.module, line 289

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 <a href="@link">Node Import module</a>.', array(
    '@link' => url('http://drupal.org/project/node_import'),
  )));
}