summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index ae0923295..3e4807dc2 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -231,6 +231,14 @@ sub check_netmask {
},
{
+ name => 'timezone',
+ desc => 'The timezone that your SQL server lives in. If set to "" then' .
+ 'the timezone can\'t be displayed with the timestamps.',
+ type => 't',
+ default => '',
+ },
+
+ {
name => 'enablequips',
desc => 'Controls the appearance of quips at the top of buglists.<ul> ' .
'<li>on - Bugzilla will display a quip, and lets users add to ' .