Index: event.module
===================================================================
--- event.module	(revision 54)
+++ event.module	(working copy)
@@ -734,7 +734,7 @@ function event_calendar_week($op, $date, $types =
     $month_name = event_format_date($cur_date, 'custom', 'M');
 
     $row[$x] = array(
-      'class' => strtolower("$month_name ". $weekdays[$x]['day'] . ($date == $today ? ' today' : '') . ($cur_date['day'] == $date['day'] ? ' selected' : '')),
+      'class' => strtolower("$month_name ". $weekdays[$x]['day'] . ($cur_date == $today ? ' today' : '') . ($cur_date['day'] == $date['day'] ? ' selected' : '')),
       'id' => strtolower($month_name . $cur_date['day']),
       'data' => event_render_day($cur_date, 'week', $types, $terms, $rewrite_parameter));
     $cur_date = event_date_later($cur_date, 1);
@@ -1572,6 +1572,7 @@ function _event_user_date() {
     $now = _event_user_time();
     $now['hour'] = '00';
     $now['minute'] = '00';
+    $now['second'] = '00';
   }
   return $now;
 }
