Index: time.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/time/time.module,v
retrieving revision 1.3
diff -u -p -r1.3 time.module
--- time.module	19 Feb 2009 05:36:08 -0000	1.3
+++ time.module	22 Jul 2009 21:16:37 -0000
@@ -216,6 +216,7 @@ function time_form_alter(&$form, $form_s
       $form['time']['timestamp']['#access'] = FALSE;
       $form['time']['uid']['#access'] = FALSE;
       $form['time']['note']['#access'] = FALSE;
+      $form['time']['submit']['#access'] = FALSE;
 
       // Don't require the duration, which only confuses things here.
       $form['time']['duration']['#required'] = FALSE;
