--- date_api.module	2011-01-17 19:46:29.000000000 -0500
+++ date_api_new.module	2011-02-17 11:25:03.000000000 -0500
@@ -2676,7 +2676,7 @@ function date_is_all_day($string1, $stri
   $min2 = $count > 4 ? intval($matches[4]) : 0;
   $sec2 = $count > 5 ? intval($matches[5]) : 0;
 
-  if (empty($date1) || empty($date2) || $date1 != $date2) {
+  if (empty($date1) || empty($date2)) {
     return FALSE;
   }
   if (empty($time1) || empty($time2)) {
