[mapserver-commits] r9263 - branches/branch-5-4/docs/cgi

svn at osgeo.org svn at osgeo.org
Fri Aug 21 10:34:47 EDT 2009


Author: sdlime
Date: 2009-08-21 10:34:47 -0400 (Fri, 21 Aug 2009)
New Revision: 9263

Modified:
   branches/branch-5-4/docs/cgi/runsub.txt
Log:
Fixed error in validation pattern documentation.

Modified: branches/branch-5-4/docs/cgi/runsub.txt
===================================================================
--- branches/branch-5-4/docs/cgi/runsub.txt	2009-08-21 03:16:49 UTC (rev 9262)
+++ branches/branch-5-4/docs/cgi/runsub.txt	2009-08-21 14:34:47 UTC (rev 9263)
@@ -88,9 +88,9 @@
 .. code-block:: mapfile
 
     METADATA
-        'multimedia_validation_string' '^yes|no$'
-        'sound_validation_string' '^yes|no$'
-        'nseats_validation_string' '^[0-9]{1,2}$'
+        'multimedia_validation_pattern' '^yes|no$'
+        'sound_validation_pattern' '^yes|no$'
+        'nseats_validation_pattern' '^[0-9]{1,2}$'
         '... more metadata ...'
     END
 



More information about the mapserver-commits mailing list