UPOINT:: CGI Scripts: FAQ

Title: @1 Calendar Publisher II: Script updates
Check if we have updated the script since you purchased it.

01 Feb 06: Changed GM time to LOCAL time in all the 3 *.cgi files.

If you noticed different days are highlighted in calendar.cgi and monthly.cgi, you should replace the 3 *.cgi files. Please note that your existing data file's date might be corrupted. It is recommended that you empty your existing data file and restart from fresh.

31 Jan 05: This will remove the "Month End Bug" which appears on 29th, 30th and 31th. For example, if the current day is 29th, 30th or 31th, the monthly calendar will not show up completely for February since there is no 29th, 30th or 31th in February.

Find this line in calendar2.cgi (@1 Calendar Publisher II) or monthly.cgi (@1 Calendar Publisher I):

if(!$day){

and change it to:

if(!$day){
$day=$today[3];
$day=$day>28?1:$day;
}


11 Nov 2003: Fixed a January bug. In the latest event section generated by the old script, if you click on an event in January, the script will pull out the detailed event of November.

  Powered by Document Publisher