forked from science-ation/science-ation
Oops fix the misspelled "Divison"s
This commit is contained in:
parent
522dfaf701
commit
a9ffdf7ee4
@ -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 />";
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user