s/precent/percent

This commit is contained in:
james 2006-10-25 02:26:49 +00:00
parent b883d2f389
commit 5cf008adf6
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ function set_percent($n)
$p = floor($n);
TRACE("Progress: $p\%\n");
mysql_query("UPDATE config SET val='$p' WHERE
var='judge_scheduler_precent' AND year=0");
var='judge_scheduler_percent' AND year=0");
}

View File

@ -39,7 +39,7 @@ ogram; see the file COPYING. If not, write to
"min_judges_per_team", "max_judges_per_team",
"effort", "project_status") );
config_editor_require_vars("Judge Scheduler", 0,
array( "judge_scheduler_precent",
array( "judge_scheduler_percent",
"judge_scheduler_activity" ) );
config_editor("Judge Scheduler", $config['FAIRYEAR'], "var", $_SERVER['PHP_SELF']);