mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-30 16:01:24 +00:00
grr, missed 1999
This commit is contained in:
parent
470b8127a5
commit
f704144288
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ CREATE TABLE news_main (
|
|||
<?
|
||||
if ($year == "")
|
||||
$year = date ('Y');
|
||||
for ($i = 1999; $i <= date ('Y'); $i++ ) {
|
||||
for ($i = 2000; $i <= date ('Y'); $i++ ) {
|
||||
if ($i == 2005 || $i == 2006)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in a new issue