[mapserver-commits] r12598 - branches/branch-6-0/docs/en/mapscript trunk/docs/en/mapscript

svn at osgeo.org svn at osgeo.org
Wed Sep 28 18:54:04 EDT 2011


Author: havatv
Date: 2011-09-28 15:54:04 -0700 (Wed, 28 Sep 2011)
New Revision: 12598

Modified:
   branches/branch-6-0/docs/en/mapscript/mapscript.txt
   trunk/docs/en/mapscript/mapscript.txt
Log:
fixed the return type of getResult(int i) of resultCacheObj (#3415).

Modified: branches/branch-6-0/docs/en/mapscript/mapscript.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/mapscript.txt	2011-09-28 22:36:48 UTC (rev 12597)
+++ branches/branch-6-0/docs/en/mapscript/mapscript.txt	2011-09-28 22:54:04 UTC (rev 12598)
@@ -2461,7 +2461,7 @@
 resultCacheObj Methods
 ----------------------
 
-getResult( int i ) : resultCacheObj_
+getResult( int i ) : resultCacheMemberObj_
     Returns the result at index *i*, like layerObj::getResult, or NULL if
     index is outside the range of results.
 

Modified: trunk/docs/en/mapscript/mapscript.txt
===================================================================
--- trunk/docs/en/mapscript/mapscript.txt	2011-09-28 22:36:48 UTC (rev 12597)
+++ trunk/docs/en/mapscript/mapscript.txt	2011-09-28 22:54:04 UTC (rev 12598)
@@ -2461,7 +2461,7 @@
 resultCacheObj Methods
 ----------------------
 
-getResult( int i ) : resultCacheObj_
+getResult( int i ) : resultCacheMemberObj_
     Returns the result at index *i*, like layerObj::getResult, or NULL if
     index is outside the range of results.
 



More information about the mapserver-commits mailing list