nm4 2008/09/29 12:17:46 BST
Modified files:
exim-doc/doc-docbook spec.xfpt
Log:
Documentation correction to quote_mysql example. fixes: bug #766
Revision Changes Path
1.47 +1 -1 exim/exim-doc/doc-docbook/spec.xfpt
Index: spec.xfpt
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-docbook/spec.xfpt,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- spec.xfpt 1 Sep 2008 11:07:54 -0000 1.46
+++ spec.xfpt 29 Sep 2008 11:17:46 -0000 1.47
@@ -1,4 +1,4 @@
-. $Cambridge: exim/exim-doc/doc-docbook/spec.xfpt,v 1.46 2008/09/01 11:07:54 fanf2 Exp $
+. $Cambridge: exim/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 @@
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