From: olav%bkor.dhs.org <> Date: Tue, 22 Aug 2006 03:08:39 +0000 (+0000) Subject: Bug 349554: User preference to add/remove individual bugs to saved searches should... X-Git-Tag: bugzilla-2.23.3~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d670d96ed244a6ea724ff88fd7523b3fd172ea;p=thirdparty%2Fbugzilla.git Bug 349554: User preference to add/remove individual bugs to saved searches should default to off - Patch by Olav Vitters r=wurblzap a=myk --- diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index f35292ed9f..b014d6f6e8 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' },