diff options
author | jocuri%softhome.net <> | 2004-04-01 08:01:30 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-04-01 08:01:30 +0200 |
commit | a447de53c3089ba864ab177abfb56fb86dd346d2 (patch) | |
tree | d1d79467a765d51a629737584fdac9172c96a394 | |
parent | f5eacde91c921f9bd8962ea70346d0f233fca190 (diff) | |
download | bugzilla-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.
-rw-r--r-- | defparams.pl | 2 |
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 }, { |