--- cck_time.module 2009-07-25 07:14:18.000000000 +0100 +++ cck_time.module 2009-09-15 14:04:49.738281200 +0100 @@ -269,7 +269,7 @@ ); }; - if (isset($element['#value'])) { + if (isset($element['#value']) && !$form_state['submitted']) { //remove this entry from $element or it is going to cause the display //of the word 'Array' at the end of the fieldset because it contains //$element['#value']['hour'] etc.