[Asterisk-cvs] asterisk UPGRADE.txt,1.11,1.12

russell at lists.digium.com russell at lists.digium.com
Tue May 17 10:24:19 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv31012

Modified Files:
	UPGRADE.txt 
Log Message:
correct syntax on DB function example


Index: UPGRADE.txt
===================================================================
RCS file: /usr/cvsroot/asterisk/UPGRADE.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- UPGRADE.txt	15 May 2005 23:32:38 -0000	1.11
+++ UPGRADE.txt	17 May 2005 14:29:31 -0000	1.12
@@ -60,7 +60,7 @@
   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().




More information about the svn-commits mailing list