summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2013-12-18 00:36:54 +0000
committerRusty Newton <rnewton@digium.com>2013-12-18 00:36:54 +0000
commit2a6df87fcd71135fbe6b410a7bc7c222a073711d (patch)
tree61de1b50ef72bdec7fee6cc2796f8aa5e8a5a815 /funcs
parentc07fa05aa7f84d3decd7266d9da9395baf82db77 (diff)
func_strings: Documentation fix for QUOTE()
Example output was inaccurate. (issue ASTERISK-22970) (closes issue ASTERISK-22970) Reported by: Gareth Palmer Patches: func_strings.patch uploaded by Gareth Palmer (license 5169) ........ Merged revisions 404081 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 404087 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 404099 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@404100 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_strings.c b/funcs/func_strings.c
index 48fdaa8f6..1bd07d652 100644
--- a/funcs/func_strings.c
+++ b/funcs/func_strings.c
@@ -353,7 +353,7 @@ AST_THREADSTORAGE(tmp_buf);
<parameter name="string" required="true" />
</syntax>
<description>
- <para>Example: ${QUOTE(ab"c"de)} will return "abcde"</para>
+ <para>Example: ${QUOTE(ab"c"de)} will return ""ab\"c\"de""</para>
</description>
</function>
<function name="CSV_QUOTE" language="en_US">