mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
Eliminate some debug output
This commit is contained in:
parent
35edd0cb35
commit
e4970a01f2
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@
|
||||||
function monthlyNews ($month, $year)
|
function monthlyNews ($month, $year)
|
||||||
{
|
{
|
||||||
// Do sanity checking on dates
|
// Do sanity checking on dates
|
||||||
echo $year;
|
|
||||||
if ($year < 2000) {
|
if ($year < 2000) {
|
||||||
$year = date ('Y', time ());
|
$year = date ('Y', time ());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue