And finally, update the db, which resyncs my git to svn HEAD. :)

This commit is contained in:
dave 2010-03-02 22:55:51 +00:00
parent af96e75f25
commit 217ce8e175

View File

@ -1,2 +1,2 @@
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `ord` , `description` , `year`)
VALUES ( 'reports_show_criteria', 'no', 'Reports', 'yesno', 300, 'Display criteria for each award in the Award Ceremony script.', -1), ('reports_show_unawarded_prizes', 'yes', 'Reports', 'yesno', 200, 'Display prizes that were not awarded in the Award Ceremony script.', -1);
VALUES ( 'reports_show_criteria', 'no', 'Reports', 'yesno', 300, 'Display criteria for each award in the Award Ceremony script.', -1);