forked from science-ation/science-ation
Let everyone know that they need to re-download all of their awards before uploading will work
This commit is contained in:
parent
dcd9e825ea
commit
ac10772214
@ -1125,11 +1125,13 @@ function committee_warnings()
|
||||
|
||||
$q=mysql_query("SELECT DATE_ADD('".$config['dates']['fairdate']."', INTERVAL 4 MONTH) < NOW() AS rollovercheck");
|
||||
$r=mysql_fetch_object($q);
|
||||
if($r->rollovercheck)
|
||||
{
|
||||
if($r->rollovercheck) {
|
||||
echo error(i18n("It has been more than 4 months since your fair. In order to prepare the system for the next year's fair, you should go to the SFIAB Configuration page, and click on 'Rollover Fair Year'. Do not start updating the system with new information until the year has been properly rolled over."));
|
||||
|
||||
}
|
||||
|
||||
//let everyone know about the need to re-download awards before being able to upload
|
||||
echo notice(i18n("March 30, 2010 - There was a minor issue with uploading award results that has now been corrected, however, you will need to re-download your awards from all external sources, before you will be able to upload the award winners back to those external sources. Re-downloading the awards will not affect the awards in any visible way, it will just allow the winners to be uploaded properly. Click on Fair Administration -> Awards Management -> Download awards from external sources -> and click 'check' for each award source"));
|
||||
|
||||
}
|
||||
|
||||
$CWSFDivisions=array(
|
||||
|
Loading…
Reference in New Issue
Block a user