From a9ffdf7ee4fb21689ff5fc6f050256bcb46e3b77 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 1 Feb 2006 15:31:09 +0000 Subject: [PATCH] Oops fix the misspelled "Divison"s --- config/index.php | 4 ++-- db/db.update.13.sql | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/index.php b/config/index.php index ca7379c..aae4f92 100644 --- a/config/index.php +++ b/config/index.php @@ -30,8 +30,8 @@ echo "".i18n("Configuration Variables")."
"; echo "".i18n("Important Dates")."
"; echo "".i18n("Project Age Categories")."
"; - echo "".i18n("Project Divisons")."
"; - echo "".i18n("Project Sub-Divisons")."
"; + echo "".i18n("Project Divisions")."
"; + echo "".i18n("Project Sub-Divisions")."
"; echo "".i18n("Page Texts")."
"; echo "".i18n("Project Safety Questions")."
"; echo "".i18n("Images (Fair Logo)")."
"; diff --git a/db/db.update.13.sql b/db/db.update.13.sql index 98e6925..dbb04bf 100644 --- a/db/db.update.13.sql +++ b/db/db.update.13.sql @@ -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';