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.
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
Comment #1
karens commentedYou're using the 4.7 version of the date module. You need the cvs version.
Comment #2
(not verified) commented