diff options
author | lpsolit%gmail.com <> | 2008-08-28 06:26:13 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-28 06:26:13 +0200 |
commit | 55596ef8c29ae876c718946d54de787f32033db0 (patch) | |
tree | 5a09a8373f1e9e268f96caf7ee85e8bf2fee59f4 /template/en/default/admin/params | |
parent | ef56c491a65eed9dfddb2866c5faa59acb69b0ed (diff) | |
download | bugzilla-55596ef8c29ae876c718946d54de787f32033db0.tar.gz bugzilla-55596ef8c29ae876c718946d54de787f32033db0.tar.xz |
Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r-- | template/en/default/admin/params/core.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index ae1d995fb..d66c4a51b 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -60,10 +60,6 @@ "all sites served by this web server or virtual host to read " _ "$terms.Bugzilla cookies.", - timezone => "The timezone that your database server lives in, " _ - "such as UTC, PDT or JST. If set to '', " _ - "then the timezone will not be displayed with the timestamps.", - utf8 => "Use UTF-8 (Unicode) encoding for all text in ${terms.Bugzilla}. New " _ "installations should set this to true to avoid character encoding " _ "problems. <strong>Existing databases should set this to true " _ |