Oops fix the misspelled "Divison"s

This commit is contained in:
james 2006-02-01 15:31:09 +00:00
parent 522dfaf701
commit a9ffdf7ee4
2 changed files with 3 additions and 2 deletions

View File

@ -30,8 +30,8 @@
echo "<a href=\"variables.php\">".i18n("Configuration Variables")."</a> <br />";
echo "<a href=\"dates.php\">".i18n("Important Dates")."</a> <br />";
echo "<a href=\"categories.php\">".i18n("Project Age Categories")."</a> <br />";
echo "<a href=\"divisions.php\">".i18n("Project Divisons")."</a> <br />";
echo "<a href=\"subdivisions.php\">".i18n("Project Sub-Divisons")."</a> <br />";
echo "<a href=\"divisions.php\">".i18n("Project Divisions")."</a> <br />";
echo "<a href=\"subdivisions.php\">".i18n("Project Sub-Divisions")."</a> <br />";
echo "<a href=\"pagetexts.php\">".i18n("Page Texts")."</a> <br />";
echo "<a href=\"safetyquestions.php\">".i18n("Project Safety Questions")."</a> <br />";
echo "<a href=\"images.php\">".i18n("Images (Fair Logo)")."</a> <br />";

View File

@ -8,3 +8,4 @@ DELETE FROM `judges_schedulerconfig` WHERE var='timeslot_length';
DELETE FROM `judges_schedulerconfig` WHERE var='timeslot_break';
ALTER TABLE `award_awards` ADD `excludefromac` TINYINT( 1 ) DEFAULT '0' NOT NULL;
ALTER TABLE `award_prizes` ADD `excludefromac` TINYINT( 1 ) DEFAULT '0' NOT NULL;
UPDATE `config` SET `description`='C=Category, D=Division, N=2 digit Number' WHERE `var`='project_num_format';