On line 948 of the latest official release of the date module there is a call to module_exists rather than module_exist which kills the addition process of a new date field to a content type. I replaced module_exists with module_exist and the module works fine now. Can't roll a patch right now or I would submit a patch myself.

Comments

karens’s picture

Status: Active » Fixed

I found one place that had this and fixed it in latest commit. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)