Line 9 and 10 of date.module:

module_load_include('inc', 'date', '/date.field');
module_load_include('inc', 'date', '/date_elements');

should be

module_load_include('inc', 'date', 'date.field');
module_load_include('inc', 'date', 'date_elements');

no?

Comments

karens’s picture

Status: Active » Fixed

Wow, I can't believe that has been that way for so long and not noticed. But apparently it doesn't matter, it seems to work fine either way.

But fixed.

http://drupalcode.org/project/date.git/commit/afb8bca

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.