From 1771f9621d160f98d68f18ffd2dac8a868b4f365 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 15 Mar 2007 22:32:33 +0000 Subject: [PATCH] Function works fine, but the documentation is backwards. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@58933 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_realtime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/funcs/func_realtime.c b/funcs/func_realtime.c index cab52a5883..6f52d6b785 100644 --- a/funcs/func_realtime.c +++ b/funcs/func_realtime.c @@ -134,8 +134,8 @@ struct ast_custom_function realtime_function = { "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" "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" - "the default for delim2 is '|'. If there is no match, NULL will be \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" "returned by the function. On a write, this function will always \n" "return NULL. \n", .read = function_realtime_read,