Bah! had it right the first time

This commit is contained in:
Dan Olson 2000-05-15 19:33:18 +00:00
parent e701cfa068
commit 5e4eb0b365
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
for ($month = $today['mon']+1 ; $month > 1 ; $month--) for ($month = $today['mon']+1 ; $month > 1 ; $month--)
{ {
echo '<P><A HREF="test2.php?mon=' . echo '<P><A HREF="test2.php?mon=' .
date ("n", mktime (0,0,0,$month+1,0,0,0)) . date ("n", mktime (0,0,0,$month,0,0,0)) .
'&yr=' . '&yr=' .
date ("Y", mktime (0,0,0,0,0,$today['year']+1,0)). '">' . date ("Y", mktime (0,0,0,0,0,$today['year']+1,0)). '">' .
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0)) . date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0)) .