*** date.module 2007-02-22 05:29:09.000000000 -0600 --- date.module% 2007-03-01 11:39:56.000000000 -0600 *************** *** 765,771 **** } function date_get_formats($field) { ! if ($cached = cache_get('date_formats:'. $field['field_name'] .':'.$field['type_name'], 'cache')) { $formats = unserialize($cached->data); // are we up-to-date with current site-wide format ? --- 765,771 ---- } function date_get_formats($field) { ! if ($cached = cache_get('date_formats:'. $field['field_name'] .':'.$field['type_name'], 'cache') && $cached->data) { $formats = unserialize($cached->data); // are we up-to-date with current site-wide format ? *************** *** 879,882 **** else { return ''. $date1 .' - '. $date2 .''; } ! } \ No newline at end of file --- 879,882 ---- else { return ''. $date1 .' - '. $date2 .''; } ! }