Index: time.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/components/time.inc,v
retrieving revision 1.23
diff -u -r1.23 time.inc
--- time.inc	9 Feb 2010 05:39:08 -0000	1.23
+++ time.inc	10 Feb 2010 08:36:25 -0000
@@ -87,7 +87,7 @@
 /**
  * Implementation of _webform_render_component().
  */
-function _webform_render_time($component) {
+function _webform_render_time($component, $value = NULL) {
   if (drupal_strlen($component['value']) > 0) {
     // Calculate the timestamp in GMT.
     $timestamp = strtotime($component['value']);
