forked from science-ation/science-ation
- When resetting the status of the scheduler, it is helpful to actually reset
the status of the scheduler.
This commit is contained in:
parent
bb3d4c0480
commit
07a7994d81
@ -49,7 +49,7 @@ ogram; see the file COPYING. If not, write to
|
|||||||
if($_GET['action']=="reset")
|
if($_GET['action']=="reset")
|
||||||
{
|
{
|
||||||
mysql_query("UPDATE config SET `val`='-1' WHERE `var`='judge_scheduler_percent' AND `year`=0");
|
mysql_query("UPDATE config SET `val`='-1' WHERE `var`='judge_scheduler_percent' AND `year`=0");
|
||||||
$config['judge_scheduler_percent']=="-1";
|
$config['judge_scheduler_percent']="-1";
|
||||||
echo happy(i18n("Judge scheduler status forcibly reset"));
|
echo happy(i18n("Judge scheduler status forcibly reset"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user