summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-02-01 19:27:22 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-02-01 19:27:22 +0000
commite5304e54cca2843c183782e86a285f5229d96fc4 (patch)
treed3073c9a7053f9b7c4950d73de86de23f6c84d70 /main/pbx.c
parent38b87ec4b719210e3b79fb59755b44b9b939acda (diff)
Merged revisions 53070 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r53070 | tilghman | 2007-02-01 13:21:20 -0600 (Thu, 01 Feb 2007) | 10 lines Merged revisions 53069 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r53069 | tilghman | 2007-02-01 13:13:53 -0600 (Thu, 01 Feb 2007) | 2 lines No wonder FIELDQTY doesn't work with functions... the documentation in pbx.c was wrong ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53071 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index f60b2b2bd..e31d842f0 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -1097,7 +1097,7 @@ static char *substring(const char *value, int offset, int length, char *workspac
return ret;
}
-/*! \brief Support for Asterisk built-in variables and functions in the dialplan
+/*! \brief Support for Asterisk built-in variables in the dialplan
\note See also
- \ref AstVar Channel variables