mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
the real year
This commit is contained in:
parent
f21ddf4de4
commit
e7cacb86fe
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
echo '<P><A HREF="test2.php?mon=' .
|
echo '<P><A HREF="test2.php?mon=' .
|
||||||
date ("n", mktime (0,0,0,$month,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'],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)) .
|
||||||
'</A>';
|
'</A>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue