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

Diff of /contributions/modules/event/event.module

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

revision 1.348.2.19, Sun Mar 15 18:13:08 2009 UTC revision 1.348.2.20, Sun Jun 28 16:53:58 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: event.module,v 1.348.2.18 2008/12/01 15:49:30 killes Exp $  // $Id: event.module,v 1.348.2.19 2009/03/15 18:13:08 killes Exp $
3    
4  define('EVENT_API', '5.2');  define('EVENT_API', '5.2');
5  define('EVENT_PATH', drupal_get_path('module', 'event'));  define('EVENT_PATH', drupal_get_path('module', 'event'));
# Line 783  function event_calendar_rss($date, $dura Line 783  function event_calendar_rss($date, $dura
783   */   */
784  function event_calendar_ical($date, $duration, $types = NULL, $terms = NULL, $title = NULL, $rewrite_parameter = array()) {  function event_calendar_ical($date, $duration, $types = NULL, $terms = NULL, $title = NULL, $rewrite_parameter = array()) {
785    global $base_url, $locale;    global $base_url, $locale;
786      include_once(EVENT_PATH .'/ical.inc');
787    
788    $end_date = event_date_later($date, $duration);    $end_date = event_date_later($date, $duration);
789    

Legend:
Removed from v.1.348.2.19  
changed lines
  Added in v.1.348.2.20

  ViewVC Help
Powered by ViewVC 1.1.2