diff --git a/config/variables.php b/config/variables.php index 2e6cf84..48393f1 100644 --- a/config/variables.php +++ b/config/variables.php @@ -61,17 +61,17 @@ $q=mysql_query("SELECT * FROM config WHERE year=0 ORDER BY var"); echo "
"; echo "\n"; - echo ""; + echo "
"; echo ""; while($r=mysql_fetch_object($q)) { if($r->var=="FAIRYEAR" || $r->var=="DBVERSION") { - echo ""; + echo ""; } else { - echo ""; + echo ""; } } @@ -80,7 +80,7 @@ $q=mysql_query("SELECT * FROM config WHERE year='".$config['FAIRYEAR']."' ORDER BY var"); while($r=mysql_fetch_object($q)) { - echo ""; + echo ""; } diff --git a/db/db.update.17.sql b/db/db.update.17.sql index a419fcb..704a70e 100644 --- a/db/db.update.17.sql +++ b/db/db.update.17.sql @@ -1,2 +1,4 @@ -UPDATE `config` SET `val`='The single password to use for judge registration if judge_registration_type is singlepassword. Leave blank if not using singlepassword judge registration' WHERE `var`='judge_registration_singlepassword'; +UPDATE `config` SET `description`='The single password to use for judge registration if judge_registration_type is singlepassword. Leave blank if not using singlepassword judge registration' WHERE `var`='judge_registration_singlepassword'; UPDATE `emails` SET `description`='This is sent to a new judge when they are invited using the invite judges administration section, only available when judge_registration_type=invite' WHERE `val`='new_judge_invite'; +UPDATE `config` SET `description`='Allows for the setup of different divisions for each category (yes|no)' WHERE `var`='filterdivisionbycategory'; +

".i18n("Global configuration settings")."

$r->var".i18n($r->description)."$r->val
$r->var - ".i18n($r->description)."$r->val
$r->var".i18n($r->description)."var]\" value=\"$r->val\" />
$r->var - ".i18n($r->description)."var]\" value=\"$r->val\" />
$r->var".i18n($r->description)."var]\" value=\"$r->val\" />
$r->var - ".i18n($r->description)."var]\" value=\"$r->val\" />