mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
Bah! had it right the first time
This commit is contained in:
parent
e701cfa068
commit
5e4eb0b365
1 changed files with 1 additions and 1 deletions
|
@ -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)) .
|
||||||
|
|
Loading…
Reference in a new issue