hmm, odd...

This commit is contained in:
Jeff Teunissen 2001-05-06 03:08:33 +00:00
parent 11b8be104e
commit e01efe0688

View file

@ -195,7 +195,7 @@
function monthlyNews ($month, $year)
{
// Do sanity checking on dates
if (((!is_int ($year)) || $year < 2000)) {
if ((!is_int ($year)) || ($year < 2000)) {
$year = date ('Y', time ());
}