mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
hmm, odd...
This commit is contained in:
parent
11b8be104e
commit
e01efe0688
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
|||
function monthlyNews ($month, $year)
|
||||
{
|
||||
// Do sanity checking on dates
|
||||
if (((!is_int ($year)) || $year < 2000)) {
|
||||
if ((!is_int ($year)) || ($year < 2000)) {
|
||||
$year = date ('Y', time ());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue