Index: filefield_formatter.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/filefield/filefield_formatter.inc,v retrieving revision 1.14 diff -u -p -r1.14 filefield_formatter.inc --- filefield_formatter.inc 28 Apr 2009 04:06:06 -0000 1.14 +++ filefield_formatter.inc 24 Sep 2009 14:07:05 -0000 @@ -74,7 +74,7 @@ function theme_filefield_formatter_url_p * * This function checks if the file may be shown and returns an empty string * if viewing the file is not allowed for any reason. If you need to display it - * in any case, please use theme('filefield') instead. + * in any case, please use theme('filefield_file') instead. */ function theme_filefield_item($file, $field) { if (filefield_view_access($field['field_name']) && filefield_file_listed($file, $field)) {