http://www.icyphoenix.com/viewtopic.php?f=35&t=6927&p=51158#p51158
-----------------------------------
TF
Sun 02 Jan, 2011 00:05

Re: Birthday Dates Error.
-----------------------------------
[quote user="Mighty Gorgon" post="48921"]Please try to replace [b]realdate[/b] function in [b]includes/functions.php[/b].

[codeblock]function realdate($date_syntax = 'Ymd', $date = 0)
{
	global $board_config;

	$unix_time = ($date * 86400) + 1;
	// Since we are using create_date, we need to adjust time back by timezone and dst to avoid date change...
	$zone_offset = (3600 * $board_config['board_timezone']) + get_dst($unix_time, $board_config['board_timezone']);
	$unix_time = $unix_time - $zone_offset;

	return create_date($date_syntax, $unix_time, $board_config['board_timezone']);
}[/codeblock]

Let me know if this will fix your issues.[/quote]





[b]PLS somebody upload for me    FIXed [/b]   [color=#f20000]functions.php[/color]


THX


