
01-07-2004, 05:11 PM
|
 |
|
|
Join Date: Jul 2003
Location: Manchester UK
Posts: 631
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
In the install file it says
Find:
function construct_calendar_output($today, $usertoday, $calendarinfo, $fullcalendar = 0, $weekrange = '')
{
global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar;
Replace it with:
function construct_calendar_output($today, $usertoday, $calendarinfo, $fullcalendar = 0, $weekrange = '', $dontshowweek = '0')
{
global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar, $vboptions;
But that code isnt there, its now changed to
global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar, $show, $offset, $colspan, $days, $months, $show, $vboptions;
so what do i change the file to now? Can you update the install instructions also so other know?
|