]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
correct syntax on DB function example
authorRussell Bryant <russell@russellbryant.com>
Tue, 17 May 2005 14:29:31 +0000 (14:29 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 17 May 2005 14:29:31 +0000 (14:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5707 65c4cc65-6c06-0410-ace0-fbb531ad65f3

UPGRADE.txt

index 196a0e53c650e1def5a06622d4dcbb41919bc28a..847ac7b18ac81a00b7030834fb1e8fb8da146b30 100755 (executable)
@@ -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().