/[drupal]/contributions/modules/calendar/includes/calendar_plugin_display_page.inc
ViewVC logotype

Diff of /contributions/modules/calendar/includes/calendar_plugin_display_page.inc

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

revision 1.1.2.19, Fri Jul 24 18:49:02 2009 UTC revision 1.1.2.20, Fri Jul 24 19:44:09 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: calendar_plugin_display_page.inc,v 1.1.2.18 2009/01/10 20:04:17 karens Exp $  // $Id: calendar_plugin_display_page.inc,v 1.1.2.19 2009/07/24 18:49:02 karens Exp $
3  /**  /**
4   * The plugin that handles a full calendar page.   * The plugin that handles a full calendar page.
5   *   *
# Line 107  class calendar_plugin_display_page exten Line 107  class calendar_plugin_display_page exten
107      $options['calendar_date_link'] = array(      $options['calendar_date_link'] = array(
108        'category' => 'calendar_settings',        'category' => 'calendar_settings',
109        'title' => t('Add new date link'),        'title' => t('Add new date link'),
110        'value' => !empty($default) ? check_plain(node_get_types('name', $default) : ''),        'value' => !empty($default) ? check_plain(node_get_types('name', $default)) : '',
111      );      );
112    
113    }    }

Legend:
Removed from v.1.1.2.19  
changed lines
  Added in v.1.1.2.20

  ViewVC Help
Powered by ViewVC 1.1.2