From: Russell Bryant Date: Tue, 17 May 2005 14:29:31 +0000 (+0000) Subject: correct syntax on DB function example X-Git-Tag: 1.2.0-beta1~634 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4ebf00d48c331df98deb7a466d721b10fa93d97;p=thirdparty%2Fasterisk.git correct syntax on DB function example git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5707 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 196a0e53c6..847ac7b18a 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().