From: jake%bugzilla.org <> Date: Fri, 4 Apr 2008 11:46:38 +0000 (+0000) Subject: Bug 210248 - Missing "my" in SMTP code for win32 instructions. X-Git-Tag: bugzilla-3.1.3~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f300fb717af96874f85d95f55e808a45a75c132d;p=thirdparty%2Fbugzilla.git Bug 210248 - Missing "my" in SMTP code for win32 instructions. Patch by Jean-Sebastien Guay r,a=jake --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 5a2ef1b5c0..ffeab011aa 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installation @@ -1245,7 +1245,7 @@ close SENDMAIL; to use Net::SMTP; -$smtp_server = 'smtp.mycompany.com'; # change this +my $smtp_server = 'smtp.mycompany.com'; # change this # Use die on error, so that the mail will be in the 'unsent mails' and # can be sent from the sanity check page.