http://www.icyphoenix.com/viewtopic.php?f=27&t=555&p=4674#p4674
-----------------------------------
andrea75
Fri 10 Nov, 2006 09:33

Re: 058-014 - KB Injection And Minor Fixes
-----------------------------------
[quote user="Mighty Gorgon" post="4593"][b]andrea75[/b], can you try this?

OPEN [b]blocks_imp_calendar.php[/b]

INSERT THIS CODE INSTEAD OF THE DEFAULT ONE
[codeblock]if(!function_exists(imp_calendar_block_func))
{
	function imp_calendar_block_func()
	{
		global $phpbb_root_path, $phpEx, $template, $images, $lang, $board_config, $userdata, $_GET, $_POST, $db;
		global $birthday_week_list, $birthday_today_list;
		include($phpbb_root_path . 'mods/netclectic/mini_cal/mini_cal.' . $phpEx);
	}
}

imp_calendar_block_func();[/codeblock][/quote]

The calendar is come back, but has wrong events (now shows all events, past and future) and don't shown the birthdays information

[url=http://upload4.postimage.org/1612215/photo_hosting.html][img]http://upload4.postimage.org/1612215/cal.jpg[/img]

But it's not true that no users has a birthday ;)


