This commit is contained in:
Dan Olson 2000-05-15 17:47:32 +00:00
parent 5692d047a0
commit e6600e55c3

View file

@ -16,7 +16,7 @@
for ($month = $today['mon'] ; $month > 0 ; $month--)
{
echo '<P>' .
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0)
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0);
}
}
}