Index: imagefield_import.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imagefield_import/imagefield_import.module,v retrieving revision 1.8.2.5 diff -u -r1.8.2.5 imagefield_import.module --- imagefield_import.module 19 Apr 2009 20:11:40 -0000 1.8.2.5 +++ imagefield_import.module 14 Oct 2009 08:54:56 -0000 @@ -13,7 +13,7 @@ * */ function imagefield_import_help($path, $arg) { - switch (path) { + switch ($path) { case 'admin/content/imagefield_import': return '

'. t('This is where the Import Magic happens. If there are images currently in the Directory you set up for import you will see them in the list below. You can customize the Title and body text of each of the nodes before submitting them all for creation. Do not forget to click the checkbox on the left that indicates you want to import this image into an imagefield node, or click the top checkbox to select or deslect all.') .'

'; case 'admin/settings/imagefield_import':