Index: filefield.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/filefield/filefield.module,v retrieving revision 1.199 diff -u -r1.199 filefield.module --- filefield.module 6 Jun 2009 19:58:21 -0000 1.199 +++ filefield.module 3 Jul 2009 20:25:58 -0000 @@ -10,14 +10,14 @@ */ // FileField API hooks should always be available. -include_once dirname(__FILE__) .'/field_file.inc'; +include_once dirname(__FILE__) . '/field_file.inc'; +include_once dirname(__FILE__) . '/filefield_widget.inc'; /** * Implementation of hook_init(). */ function filefield_init() { // File hooks and callbacks may be used by any module. - module_load_include('inc', 'filefield', 'filefield_widget'); drupal_add_css(drupal_get_path('module', 'filefield') .'/filefield.css'); // Conditional module support.