Index: date_copy/date_copy.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/date/date_copy/date_copy.module,v
retrieving revision 1.16.2.1.2.6
diff -u -p -r1.16.2.1.2.6 date_copy.module
--- date_copy/date_copy.module	4 Oct 2008 12:43:31 -0000	1.16.2.1.2.6
+++ date_copy/date_copy.module	4 Oct 2008 20:06:27 -0000
@@ -275,7 +275,7 @@ function date_copy_export_form() {
 
 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'))));
+  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' => 'http://drupal.org/project/node_import')));
 }
 
 /**
