mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
this should do it
This commit is contained in:
parent
aa6ff45f2a
commit
474ee4c853
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
$today = getdate ();
|
||||
while ($startyear <= $today['year'])
|
||||
{
|
||||
for ($month = $today['mon'] ; $month > 1 ; $month--)
|
||||
for ($month = $today['mon']+1 ; $month > 1 ; $month--)
|
||||
{
|
||||
echo '<P>' .
|
||||
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0));
|
||||
|
|
Loading…
Reference in a new issue