]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 210248 - Missing "my" in SMTP code for win32 instructions.
authorjake%bugzilla.org <>
Sun, 29 Jun 2003 00:13:45 +0000 (00:13 +0000)
committerjake%bugzilla.org <>
Sun, 29 Jun 2003 00:13:45 +0000 (00:13 +0000)
Patch by Jean-Sebastien Guay <jean_seb@hybride.com>
r,a=jake

docs/xml/installation.xml

index 089f3e2dcb3e92d324e56a2e82c6f90374cef2cf..43d2162e2165aaabd19785809452674ef918b8e6 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.47 2003/05/21 14:46:38 jake%bugzilla.org Exp $ -->
+<!-- $Id: installation.xml,v 1.48 2003/06/28 17:13:45 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.