From 61d670d96ed244a6ea724ff88fd7523b3fd172ea Mon Sep 17 00:00:00 2001 From: "olav%bkor.dhs.org" <> Date: Tue, 22 Aug 2006 03:08:39 +0000 Subject: Bug 349554: User preference to add/remove individual bugs to saved searches should default to off - Patch by Olav Vitters r=wurblzap a=myk --- Bugzilla/Install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index f35292ed9..b014d6f6e 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -46,7 +46,7 @@ use constant SETTINGS => { # 2005-10-26 wurblzap@gmail.com -- Bug 291459 zoom_textareas => { options => ["on", "off"], default => "on" }, # 2005-10-21 LpSolit@gmail.com -- Bug 313020 - per_bug_queries => { options => ['on', 'off'], default => 'on' }, + per_bug_queries => { options => ['on', 'off'], default => 'off' }, # 2006-05-01 olav@bkor.dhs.org -- Bug 7710 state_addselfcc => { options => ['always', 'never', 'cc_unless_role'], default => 'cc_unless_role' }, -- cgit v1.2.3-24-g4f1b