From be1abf627557eebd2a2dfe5dd7fb6e748638e60e Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 17 May 2005 14:29:31 +0000 Subject: correct syntax on DB function example git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5707 f38db490-d61c-443f-a65b-d21fe96a405b --- UPGRADE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UPGRADE.txt') 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(). -- cgit v1.2.3