summaryrefslogtreecommitdiff
path: root/doc/doc-docbook/spec.xfpt
diff options
context:
space:
mode:
authorNigel Metheringham <nigel@exim.org>2008-09-29 11:17:46 +0000
committerNigel Metheringham <nigel@exim.org>2008-09-29 11:17:46 +0000
commitc4c02c552afaadc2a78b9df2aa22559dd1587f40 (patch)
tree08b2a37f30c8d81b6e8c3f8d6ecfd9b8a8d9717a /doc/doc-docbook/spec.xfpt
parente276e04bb6468a6b9f5d0f67cc84b1921c6020d9 (diff)
Documentation correction to quote_mysql example. fixes: bug #766
Diffstat (limited to 'doc/doc-docbook/spec.xfpt')
-rw-r--r--doc/doc-docbook/spec.xfpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index d0bec88e6..3e3609c2f 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -1,4 +1,4 @@
-. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.46 2008/09/01 11:07:54 fanf2 Exp $
+. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.47 2008/09/29 11:17:46 nm4 Exp $
.
. /////////////////////////////////////////////////////////////////////////////
. This is the primary source of the Exim Manual. It is an xfpt document that is
@@ -4718,7 +4718,7 @@ up in a MySQL database. It helps to keep the file less cluttered if long
strings such as SQL statements are defined separately as macros, for example:
.code
ALIAS_QUERY = select mailbox from user where \
- login=${quote_mysql:$local_part};
+ login='${quote_mysql:$local_part}';
.endd
This can then be used in a &(redirect)& router setting like this:
.code