I loaded the latest version of Date into Drupal 5, and got several errors in date.module to the effect that module_exist() function was undefined. Changing the code to read module_exists() in my copy fixed the problem. Date.module v. 1.13.2.11.

Comments

karens’s picture

Status: Active » Fixed

You're using the 4.7 version of the date module. You need the cvs version.

Anonymous’s picture

Status: Fixed » Closed (fixed)