summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-08-17 13:40:50 +0200
committerjustdave%syndicomm.com <>2002-08-17 13:40:50 +0200
commit7891f2ead5f6f71cb2a10d71ad8c4cc98bf9a4d0 (patch)
treee1716aeffe0fa710666eb064714441d2a6c5e289 /defparams.pl
parente9d56927daa4929f7f406c114730bb0730016602 (diff)
downloadbugzilla-7891f2ead5f6f71cb2a10d71ad8c4cc98bf9a4d0.tar.gz
bugzilla-7891f2ead5f6f71cb2a10d71ad8c4cc98bf9a4d0.tar.xz
Backing out patch for bug 126955 (supporting localized templates) due to fatal regression in checksetup.pl for initial
checkouts/clean installs. See comment 25 onward in bug for details.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/defparams.pl b/defparams.pl
index 991b8b220..bc73de600 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -244,16 +244,6 @@ sub check_urlbase {
return "";
}
-DefParam("languages",
- "A comma-separated list of RFC 1766 language tags. These identify the languages in which you wish Bugzilla output to be displayed. Note that you must install the appropriate language pack before adding a language to this Param. The language used is the one in this list with the highest q-value in the user's Accept-Language header.",
- "t",
- "en");
-
-DefParam("defaultlanguage",
- "The UI language Bugzilla falls back on if no suitable language is found in the user's Accept-Language header.",
- "t",
- "en");
-
DefParam("cookiepath",
"Directory path under your document root that holds your Bugzilla installation. Make sure to begin with a /.",
"t",