]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 349554: User preference to add/remove individual bugs to saved searches should...
authorolav%bkor.dhs.org <>
Tue, 22 Aug 2006 03:08:39 +0000 (03:08 +0000)
committerolav%bkor.dhs.org <>
Tue, 22 Aug 2006 03:08:39 +0000 (03:08 +0000)
Bugzilla/Install.pm

index f35292ed9fa817b6f94910f25c6f6835fc44b248..b014d6f6e82e5b736d71115bc5e30597da993ed5 100644 (file)
@@ -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' },