Index: storm.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/storm/storm.module,v
retrieving revision 1.10.4.46
diff -u -r1.10.4.46 storm.module
--- storm.module	28 Oct 2009 22:16:14 -0000	1.10.4.46
+++ storm.module	3 Dec 2009 18:20:17 -0000
@@ -310,7 +310,7 @@
   $type['datetime'] = array(
     '#input' => TRUE,
     '#process' => array('storm_datetime_expand'),
-    '#element_validate' => array('storm_datetime_validate' => array()),
+    '#element_validate' => array('storm_datetime_validate'),
     '#default_value' => array(
       'day' => format_date(time(), 'custom', 'j'),
       'month' => format_date(time(), 'custom', 'n'),
@@ -322,7 +322,7 @@
   $type['dateext'] = array(
     '#input' => TRUE,
     '#process' => array('storm_dateext_expand'),
-    '#element_validate' => array('storm_dateext_validate' => array()),
+    '#element_validate' => array('storm_dateext_validate'),
     '#default_value' => array(
       'day' => format_date(time(), 'custom', 'j'),
       'month' => format_date(time(), 'custom', 'n'),

