In _election_normalize_datetime(), if the input is an array with an empty string for the 'date' key, it will run strtotime(). It should consider that date empty and return FALSE. This can lead to spurious "time is in the past" warnings.
In _election_normalize_datetime(), if the input is an array with an empty string for the 'date' key, it will run strtotime(). It should consider that date empty and return FALSE. This can lead to spurious "time is in the past" warnings.
Comments
Comment #3
liam morland