Thank you akrabat for your quick answer, but now i get real mess:
I get the following error (at least i get it twelve times, and not six month as before

):
Code: Select all
Warning: Wrong parameter count for strftime() in /www/htdocs/v163186/vwa/modules/Calendar/Calendar.module.php on line 552
This is my line 552:
Code: Select all
$month_name = strftime('%b', mktime(12,0,0,$i+1),1);
...
I changed your suggestion to the following, as you said, that it could be an error in the mktime() call:
Code: Select all
$month_name = strftime('%b', mktime(12,0,0,$i+1,1));
-> included the ',1' in the brackets of the mktime() call....
....and it works perfectly well!
THX!
So. perhaps you should include this change in the next release. Now i'm going to try a little with your calendar.
(if you want to have a look at my project:
vwa.burgerschuetzen.de - but its not yet productiv and still _very_ beta - the site shall become a file-/date-/forum-resource for me and my co-students).
Greetings from germany,
Hucki
--
and again: Excuse my bad english ;(