Closed (fixed)
Project:
Date
Version:
7.x-2.0-rc2
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2012 at 01:57 UTC
Updated:
27 Feb 2012 at 12:00 UTC
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
Comment #1
karens commentedWow, 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