forked from science-ation/science-ation
Make sure the FAIRYEAR is 2008, and bump version number to 2.1.2
This commit is contained in:
parent
7f3a0ff528
commit
c4c57fde2b
@ -10,6 +10,10 @@
|
|||||||
$currentfairyear=2007;
|
$currentfairyear=2007;
|
||||||
$newfairyear=2008;
|
$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)
|
//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'");
|
$nq1=mysql_query("SELECT * FROM award_awards WHERE year='$newfairyear'");
|
||||||
$nq2=mysql_query("SELECT * FROM award_awards WHERE year='$currentfairyear'");
|
$nq2=mysql_query("SELECT * FROM award_awards WHERE year='$currentfairyear'");
|
||||||
@ -121,4 +125,5 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
@ -1 +1 @@
|
|||||||
2.1.1
|
2.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user