Skip to content
Snippets Groups Projects
Commit cb8b3e1e authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Merged revisions 58933 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r58933 | tilghman | 2007-03-15 17:32:33 -0500 (Thu, 15 Mar 2007) | 2 lines

Function works fine, but the documentation is backwards.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@58934 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1cf3a120
No related branches found
No related tags found
No related merge requests found
...@@ -138,8 +138,8 @@ struct ast_custom_function realtime_function = { ...@@ -138,8 +138,8 @@ struct ast_custom_function realtime_function = {
"REALTIME(....)= will write a new value/field to the repository. On a\n" "REALTIME(....)= will write a new value/field to the repository. On a\n"
"read, this function returns a delimited text string. The name/value \n" "read, this function returns a delimited text string. The name/value \n"
"pairs are delimited by delim1, and the name and value are delimited \n" "pairs are delimited by delim1, and the name and value are delimited \n"
"between each other with delim2. The default for delim1 is '=' and \n" "between each other with delim2. The default for delim1 is '|' and \n"
"the default for delim2 is '|'. If there is no match, NULL will be \n" "the default for delim2 is '='. If there is no match, NULL will be \n"
"returned by the function. On a write, this function will always \n" "returned by the function. On a write, this function will always \n"
"return NULL. \n", "return NULL. \n",
.read = function_realtime_read, .read = function_realtime_read,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment