/[drupal]/contributions/modules/station/station.module
ViewVC logotype

Diff of /contributions/modules/station/station.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.56, Sat Sep 12 17:13:39 2009 UTC revision 1.57, Tue Sep 22 18:46:14 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: station.module,v 1.55 2009/08/29 08:01:42 drewish Exp $  // $Id: station.module,v 1.56 2009/09/12 17:13:39 drewish Exp $
3    
4  require_once(drupal_get_path('module', 'station') .'/dayhour.inc');  require_once(drupal_get_path('module', 'station') .'/dayhour.inc');
5    
# Line 104  function station_block($op = 'list', $de Line 104  function station_block($op = 'list', $de
104  }  }
105    
106  function station_page() {  function station_page() {
107    return '';    $output = '';
108      if ($content = system_admin_menu_block(menu_get_item())) {
109        $output = theme('admin_block_content', $content);
110      }
111      return $output;
112  }  }
113    
114    

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

  ViewVC Help
Powered by ViewVC 1.1.2