| 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 |
/** |
/** |
| 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(); |