forked from science-ation/science-ation
Remove config->external award sources from CONFIG
Remove award_sources table from database Rename STO->YSO and YSF->YSC
This commit is contained in:
parent
b2c6729def
commit
9499418eea
@ -49,7 +49,7 @@
|
||||
echo " <td><a href=\"judges_questions.php\">".theme_icon("judge_registration_questions")."<br />".i18n("Judge Registration Questions")."</a></td>";
|
||||
echo " <td><a href=\"safetyquestions.php\">".theme_icon("project_safety_questions")."<br />".i18n("Project Safety Questions")."</a></td>";
|
||||
echo " <td><a href=\"images.php\">".theme_icon("images")."<br />".i18n("Images (Fair Logo)")."</a></td>";
|
||||
echo " <td><a href=\"award_sources.php\">".theme_icon("external_award_sources")."<br />".i18n("External Award Sources")."</a></td>";
|
||||
echo " <td></td>";
|
||||
echo " </tr>\n";
|
||||
echo "</table>\n";
|
||||
echo "<hr />";
|
||||
|
@ -1 +1 @@
|
||||
162
|
||||
163
|
||||
|
4
db/db.update.163.sql
Normal file
4
db/db.update.163.sql
Normal file
@ -0,0 +1,4 @@
|
||||
DROP TABLE `award_sources`;
|
||||
UPDATE fairs SET name='Youth Science Ontario', abbrv='YSO' WHERE abbrv='STO';
|
||||
UPDATE fairs SET name='Youth Science Canada' WHERE abbrv='YSC';
|
||||
|
Loading…
x
Reference in New Issue
Block a user