aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-17 14:29:31 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-17 14:29:31 +0000
commitbe1abf627557eebd2a2dfe5dd7fb6e748638e60e (patch)
treefc25f09bcb4662d2bab30c449547833f0ec1d430 /UPGRADE.txt
parent12332d421059d6992cf9be00238478ef60af9dae (diff)
correct syntax on DB function example
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5707 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rwxr-xr-xUPGRADE.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 196a0e53c..847ac7b18 100755
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -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().