From d34ef69ff48200d3f6e6f0925d803675a32bb5ab Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Sun, 29 Jun 2003 00:13:45 +0000 Subject: Bug 210248 - Missing "my" in SMTP code for win32 instructions. Patch by Jean-Sebastien Guay r,a=jake --- docs/xml/installation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 089f3e2dc..43d2162e2 100644 --- a/docs/xml/installation.xml +++ b/docs/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