From: jake%bugzilla.org <> Date: Sun, 29 Jun 2003 00:13:45 +0000 (+0000) Subject: Bug 210248 - Missing "my" in SMTP code for win32 instructions. X-Git-Tag: bugzilla-2.17.5~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d34ef69ff48200d3f6e6f0925d803675a32bb5ab;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/xml/installation.xml b/docs/xml/installation.xml index 089f3e2dcb..43d2162e21 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.