--- form.inc.orig	2007-06-02 20:15:24.000000000 -0700
+++ form.inc	2007-06-02 20:15:37.000000000 -0700
@@ -1168,7 +1168,8 @@ function theme_date($element) {
  */
 function expand_date($element) {
   // Default to current date
-  if (!isset($element['#value'])) {
+  if (!$element['#value']) {
+    dsm($element);
     $element['#value'] = array('day' => format_date(time(), 'custom', 'j'),
                             'month' => format_date(time(), 'custom', 'n'),
                             'year' => format_date(time(), 'custom', 'Y'));
