[mapserver-commits] r11850 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Mon Jun 27 11:09:32 EDT 2011


Author: sdlime
Date: 2011-06-27 08:09:32 -0700 (Mon, 27 Jun 2011)
New Revision: 11850

Modified:
   trunk/mapserver/MIGRATION_GUIDE.txt
Log:
Updated small mistake in the migration guide with TEXT expressions.

Modified: trunk/mapserver/MIGRATION_GUIDE.txt
===================================================================
--- trunk/mapserver/MIGRATION_GUIDE.txt	2011-06-27 14:40:16 UTC (rev 11849)
+++ trunk/mapserver/MIGRATION_GUIDE.txt	2011-06-27 15:09:32 UTC (rev 11850)
@@ -37,7 +37,7 @@
 values and string literals.
 
 * Old/bad: TEXT ([area] acres)
-* New (option 1)/good: TEXT ([area] + ' acres')
+* New (option 1)/good: TEXT ('[area]' + ' acres')
 * New (option 2)/good: TEXT '[area] acres'
 
 On the plus side you can now control the number of decimal places, round and even commify



More information about the mapserver-commits mailing list