Skip to content
Snippets Groups Projects
Commit c4ebf00d authored by Russell Bryant's avatar Russell Bryant
Browse files

correct syntax on DB function example

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5707 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5c1bad11
No related branches found
No related tags found
Loading
......@@ -60,7 +60,7 @@ Applications:
functions. Here is a table of their replacements:
DBGet(foo=family/key) Set(foo=${DB(family/key)})
DBPut(family/key=${foo}) Set(${DB(family/key)}=${foo})
DBPut(family/key=${foo}) Set(DB(family/key)=${foo})
* The application SetLanguage has been deprecated in favor of the
function LANGUAGE().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment