mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 23:32:38 +00:00
I don't care if it's messy. It works
This commit is contained in:
parent
e7cacb86fe
commit
e701cfa068
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
for ($month = $today['mon']+1 ; $month > 1 ; $month--)
|
||||
{
|
||||
echo '<P><A HREF="test2.php?mon=' .
|
||||
date ("n", mktime (0,0,0,$month,0,0,0)) .
|
||||
date ("n", mktime (0,0,0,$month+1,0,0,0)) .
|
||||
'&yr=' .
|
||||
date ("Y", mktime (0,0,0,0,0,$today['year']+1,0)). '">' .
|
||||
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0)) .
|
||||
|
|
Loading…
Reference in a new issue