mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 20:50:53 +00:00
try #2
This commit is contained in:
parent
5692d047a0
commit
e6600e55c3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
for ($month = $today['mon'] ; $month > 0 ; $month--)
|
||||
{
|
||||
echo '<P>' .
|
||||
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