From 4d1b66af361378015042bc3d73d83c12de58621d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 8 Aug 2007 06:49:25 +0000 Subject: Bug 225731: Implement a user pref to choose if clicking the "Reply" link of a comment should qutote the comment or not, or only its ID - Patch by Albert Ting r/a=LpSolit --- Bugzilla/Install.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install.pm') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index c488ab314..d6d216155 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -60,7 +60,9 @@ sub SETTINGS { skin => { subclass => 'Skin', default => 'standard' }, # 2006-12-10 LpSolit@gmail.com -- Bug 297186 lang => { options => \@languages, - default => $languages[0] } + default => $languages[0] }, + # 2007-07-02 altlist@gmail.com -- Bug 225731 + quote_replies => { options => ['quoted_reply', 'simple_reply', 'off'], default => "quoted_reply" } } }; -- cgit v1.2.3-24-g4f1b