[mapserver-commits] r11851 - branches/branch-6-0/mapserver

svn at osgeo.org svn at osgeo.org
Mon Jun 27 11:10:23 EDT 2011


Author: sdlime
Date: 2011-06-27 08:10:23 -0700 (Mon, 27 Jun 2011)
New Revision: 11851

Modified:
   branches/branch-6-0/mapserver/MIGRATION_GUIDE.txt
Log:
Updated small mistake in the migration guide with TEXT expressions.

Modified: branches/branch-6-0/mapserver/MIGRATION_GUIDE.txt
===================================================================
--- branches/branch-6-0/mapserver/MIGRATION_GUIDE.txt	2011-06-27 15:09:32 UTC (rev 11850)
+++ branches/branch-6-0/mapserver/MIGRATION_GUIDE.txt	2011-06-27 15:10:23 UTC (rev 11851)
@@ -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