From: jocuri%softhome.net <> Date: Thu, 1 Apr 2004 06:01:30 +0000 (+0000) Subject: Patch for bug 146087: set the default of the sendmailnow param to ON on the trunk... X-Git-Tag: bugzilla-2.18rc1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a447de53c3089ba864ab177abfb56fb86dd346d2;p=thirdparty%2Fbugzilla.git Patch for bug 146087: set the default of the sendmailnow param to ON on the trunk as well; r=justdave; a=justdave. --- diff --git a/defparams.pl b/defparams.pl index d25f119103..849c033eac 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 }, {