From f300fb717af96874f85d95f55e808a45a75c132d Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Fri, 4 Apr 2008 11:46:38 +0000 Subject: Bug 210248 - Missing "my" in SMTP code for win32 instructions. Patch by Jean-Sebastien Guay r,a=jake --- docs/en/xml/installation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 5a2ef1b5c..ffeab011a 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. -- cgit v1.2.3-24-g4f1b