acornistsays
Nevermind:
I narrowed it down to a single line in calendar.php
$day_count = cal_days_in_month($type, $month, $year);
and replaced it with:
$day_count = date("j",mktime(0,0,0,$month+1,0,$year));
Don’t know why the cal_days_in_month function wouldn’t work. Weird huh?
Great script, by the way.





129comments