]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 210248 - Missing "my" in SMTP code for win32 instructions.
authorjake%bugzilla.org <>
Fri, 4 Apr 2008 11:46:38 +0000 (11:46 +0000)
committerjake%bugzilla.org <>
Fri, 4 Apr 2008 11:46:38 +0000 (11:46 +0000)
Patch by Jean-Sebastien Guay <jean_seb@hybride.com>
r,a=jake

docs/en/xml/installation.xml

index 5a2ef1b5c0e536663b2afc73b0e3ae3f9639eae4..ffeab011aa1d7629342deab9cf3a598b9582c119 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.47 2008/04/04 06:46:37 jake%bugzilla.org Exp $ -->
+<!-- $Id: installation.xml,v 1.48 2008/04/04 06:46:38 jake%bugzilla.org Exp $ -->
 <chapter id="installation">
   <title>Installation</title>
 
@@ -1245,7 +1245,7 @@ close SENDMAIL;
           <para>to</para>
           <programlisting>
 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.