aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
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().