/[drupal]/contributions/modules/station/schedule/views/station_schedule_handler_field_time_range.inc
ViewVC logotype

Diff of /contributions/modules/station/schedule/views/station_schedule_handler_field_time_range.inc

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

revision 1.2, Tue Sep 22 20:45:37 2009 UTC revision 1.3, Tue Sep 22 21:56:21 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: station_schedule_handler_field_time_range.inc,v 1.1 2009/09/21 17:43:32 drewish Exp $  // $Id: station_schedule_handler_field_time_range.inc,v 1.2 2009/09/22 20:45:37 drewish Exp $
3    
4  class station_schedule_handler_field_time_range extends views_handler_field {  class station_schedule_handler_field_time_range extends views_handler_field {
5    function option_definition() {    function option_definition() {
# Line 18  class station_schedule_handler_field_tim Line 18  class station_schedule_handler_field_tim
18          'station_hour_duration' => t('Duration'),          'station_hour_duration' => t('Duration'),
19          'station_hour_range' => t('Hour range'),          'station_hour_range' => t('Hour range'),
20          'station_dayhour_range' => t('Day/hour range'),          'station_dayhour_range' => t('Day/hour range'),
   
21        ),        ),
22        '#default_value' => $this->options['style'],        '#default_value' => $this->options['style'],
23        '#description' => t('Which time style should be used.'),        '#description' => t('Which time style should be used.'),

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2