mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 23:32:38 +00:00
#3 and going strong
This commit is contained in:
parent
e6600e55c3
commit
b17ec4f480
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
{
|
||||
for ($month = $today['mon'] ; $month > 0 ; $month--)
|
||||
{
|
||||
echo '<P>' .
|
||||
date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0);
|
||||
$thing = date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0);
|
||||
echo '<P>' . $thing;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue