? before.sql
? info_cleanup.patch
? schedule/before.sql
? schedule/working.patch
Index: station.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/station/station.module,v
retrieving revision 1.49
diff -u -p -r1.49 station.module
--- station.module	29 May 2009 04:30:46 -0000	1.49
+++ station.module	3 Jun 2009 19:51:53 -0000
@@ -93,6 +93,7 @@ function station_block($op = 'list', $de
       'info'   => t('Station: Current Program'),
       'status' => TRUE,
       'region' => 'left',
+      'cache'  => BLOCK_NO_CACHE,
     );
     return $blocks;
   }
