summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-04-01 08:01:30 +0200
committerjocuri%softhome.net <>2004-04-01 08:01:30 +0200
commita447de53c3089ba864ab177abfb56fb86dd346d2 (patch)
treed1d79467a765d51a629737584fdac9172c96a394 /defparams.pl
parentf5eacde91c921f9bd8962ea70346d0f233fca190 (diff)
downloadbugzilla-a447de53c3089ba864ab177abfb56fb86dd346d2.tar.gz
bugzilla-a447de53c3089ba864ab177abfb56fb86dd346d2.tar.xz
Patch for bug 146087: set the default of the sendmailnow param to ON on the trunk as well; r=justdave; a=justdave.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/defparams.pl b/defparams.pl
index d25f11910..849c033ea 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -509,7 +509,7 @@ sub find_languages {
'slow down Bugzilla. Best used for smaller installations of ' .
'Bugzilla.',
type => 'b',
- default => 0
+ default => 1
},
{