Make sure the FAIRYEAR is 2008, and bump version number to 2.1.2

This commit is contained in:
james 2007-09-20 17:31:43 +00:00
parent 7f3a0ff528
commit c4c57fde2b
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,10 @@
$currentfairyear=2007;
$newfairyear=2008;
//first make sure they have indeed done the rollover...
if($config['FAIRYEAR']==2008)
{
//make sure the number of awards are identical (aka they havent added any new ones)
$nq1=mysql_query("SELECT * FROM award_awards WHERE year='$newfairyear'");
$nq2=mysql_query("SELECT * FROM award_awards WHERE year='$currentfairyear'");
@ -121,4 +125,5 @@
}
}
}
?>

View File

@ -1 +1 @@
2.1.1
2.1.2