summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2003-06-29 02:13:45 +0200
committerjake%bugzilla.org <>2003-06-29 02:13:45 +0200
commitd34ef69ff48200d3f6e6f0925d803675a32bb5ab (patch)
treed23ccc62062a09fd21a959d7e54afb24951bcb56 /docs
parent3bdb6be579bd5f3a98282014b0033b12a172de22 (diff)
downloadbugzilla-d34ef69ff48200d3f6e6f0925d803675a32bb5ab.tar.gz
bugzilla-d34ef69ff48200d3f6e6f0925d803675a32bb5ab.tar.xz
Bug 210248 - Missing "my" in SMTP code for win32 instructions.
Patch by Jean-Sebastien Guay <jean_seb@hybride.com> r,a=jake
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/installation.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<!-- <!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.