From 217ce8e1750641b5ae37f83b0df634cc400393d7 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 2 Mar 2010 22:55:51 +0000 Subject: [PATCH] And finally, update the db, which resyncs my git to svn HEAD. :) --- db/db.update.168.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db.update.168.sql b/db/db.update.168.sql index 27dd3ba..443f086 100644 --- a/db/db.update.168.sql +++ b/db/db.update.168.sql @@ -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);