Is there any reason for the extra logic on line 190 of date_repeat_form.inc ?
'#default_value' => !empty($EXCEPT) ? $EXCEPT : '0000-00-00 11:59:59',

This causes the exception field to be auto-filled with today's date, which is not expected.

Why not just use this:
'#default_value' => $EXCEPT,

Comments

KarenS’s picture

Status: Active » Fixed

That looks like something that got left in accidentally from earlier changes. Committing a fix.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.