? test.patch
Index: station_schedule.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/station/schedule/station_schedule.module,v
retrieving revision 1.51
diff -u -p -u -p -r1.51 station_schedule.module
--- station_schedule.module	1 Oct 2007 15:37:40 -0000	1.51
+++ station_schedule.module	21 Oct 2007 23:55:13 -0000
@@ -1080,7 +1080,6 @@ function station_schedule_item_remove_fo
  */
 function station_schedule_view($node, $teaser = FALSE, $page = FALSE) {
   drupal_add_css(drupal_get_path('module', 'station_schedule') .'/station_schedule.css');
-//  drupal_set_title(check_plain($node->title));
 
   $header[0] = array('data' => t('Time'));
   $row = array();
@@ -1121,6 +1120,7 @@ function station_schedule_view($node, $t
   $header[$today + 1]['class'] = 'station-sch-now-day';
   $row[$today + 1]['class'] = 'station-sch-now-day';
 
+  $node = node_prepare($node, $teaser);
   $node->content['weekly_schedule'] = array(
     '#value' => theme('table', $header, array($row), array('id' => 'station-sch')),
     '#weight' => 1,
