Entering own timing information is working again
authorCSÉCSY László <[email protected]>
Mon, 29 Mar 2010 13:41:26 +0000 (29 15:41 +0200)
committerCSÉCSY László <[email protected]>
Mon, 29 Mar 2010 13:41:26 +0000 (29 15:41 +0200)
comment_timer.module

index 0d670b5..ff74ee2 100644 (file)
@@ -242,7 +242,7 @@ function comment_timer_form_timer(&$form, $seconds = 0) {
       '#type' => 'textfield',
       '#description' => t('time to store (hh:mm:ss)'),
       '#size' => '8',
-      '#value' => '',
+      '#default_value' => '',
     );
     $form['comment_timer']['elapsed'] = array(
       '#type' => 'textfield',