
wallef - 2011-09-07 08:17:57
I am using activecalendar with success since 4 years but since the migration from PHP4 to PHP5 by my web hosting Cie. the php code of activecalendar generates lots of Warning: mktime() expects parameter 6 to be long, string given in etc.....with the latest line of the php file
"else return mktime($hr,$min,$sec,$month,$day,$year);"
As of PHP 5 the error reporting constant E_STRICT is available and active.
But the warning messages were not shown on the output when using PHP4.
What can best be done to correct the code line
else return mktime($hr,$min,$sec,$month,$day,$year); for no warning messages