/[drupal]/contributions/modules/signup/includes/event.5x-1.inc
ViewVC logotype

Diff of /contributions/modules/signup/includes/event.5x-1.inc

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

revision 1.13, Fri Oct 31 23:11:00 2008 UTC revision 1.14, Sat Nov 1 00:26:50 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: event.5x-1.inc,v 1.12 2008/10/31 22:53:52 dww Exp $  // $Id: event.5x-1.inc,v 1.13 2008/10/31 23:11:00 dww Exp $
3    
4    
5  /**  /**
# Line 60  function _signup_event_node_completed($n Line 60  function _signup_event_node_completed($n
60    return FALSE;    return FALSE;
61  }  }
62    
63  function signup_event_format_date($node) {  function _signup_event_format_date($node) {
64    include_once (drupal_get_path('module', 'event') .'/event_timezones.inc');    include_once (drupal_get_path('module', 'event') .'/event_timezones.inc');
65    $offset = intval(variable_get('date_default_timezone', 0));    $offset = intval(variable_get('date_default_timezone', 0));
66    $format = _signup_get_date_format();    $format = _signup_get_date_format();

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.2