[mapserver-commits] r9264 - in trunk/docs: de/cgi en/cgi
svn at osgeo.org
svn at osgeo.org
Fri Aug 21 10:37:37 EDT 2009
Author: sdlime
Date: 2009-08-21 10:37:37 -0400 (Fri, 21 Aug 2009)
New Revision: 9264
Modified:
trunk/docs/de/cgi/runsub.txt
trunk/docs/en/cgi/runsub.txt
Log:
Fixed error in validation pattern documentation.
Modified: trunk/docs/de/cgi/runsub.txt
===================================================================
--- trunk/docs/de/cgi/runsub.txt 2009-08-21 14:34:47 UTC (rev 9263)
+++ trunk/docs/de/cgi/runsub.txt 2009-08-21 14:37:37 UTC (rev 9264)
@@ -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
Modified: trunk/docs/en/cgi/runsub.txt
===================================================================
--- trunk/docs/en/cgi/runsub.txt 2009-08-21 14:34:47 UTC (rev 9263)
+++ trunk/docs/en/cgi/runsub.txt 2009-08-21 14:37:37 UTC (rev 9264)
@@ -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