Hi to all,
last week I updated my implementation of Calendarscript from 3.1 to 3.21 as recommended by Matt.
I used to show the events of today with a SSI <!--#exec cgi="/cgi-local/calendarscript/calendar.pl"--> and had no problems at all.
But after the update the SSI is displaying the complete calendar table and not just the simple lines of text with the headers of the actual events.
I noticed that the sub getInput changed a litte bit but from what I can see not the SSI handling itself.
In my /cgi/calendarscript there is a ssi.txt with the following content:
calendar=PK
template=ssi.html
duration=1d
Any hint which file might be overwritten by me during the update or what else went wrong?