MapServer / MapServer-import

3 stars 2 forks source link

getNumResult() in PHP MapScript documentation should be getNumResults() #540

Closed tbonfort closed 12 years ago

tbonfort commented 12 years ago

Reporter: keon@nacse.org Date: 2004/01/14 - 19:17

At http://mapserver.gis.umn.edu/doc40/phpmapscript-class-guide.html

   int getNumResult()
        Returns the number of results from this layer in the last query.

should be

   int getNumResults()
        Returns the number of results from this layer in the last query.

Right?  I get an error when trying to use the former.
tbonfort commented 12 years ago

Author: keon@nacse.org Date: 2004/01/14 - 20:42

cc'ing the dmsolutions guys....

Also note that on the same documentation page:

     void zoomrectange

should be

     void zoomrectangle

Thanks.
tbonfort commented 12 years ago

Author: assefa Date: 2004/01/14 - 21:09

The README (which is the base of this document)in the cvs has been updated with
the changes.
I am also adding Jeff to this bug since he is the one who usually modifying this
doc.
tbonfort commented 12 years ago

Author: jmckenna@dmsolutions.ca Date: 2004/01/18 - 00:26

oops
tbonfort commented 12 years ago

Author: jmckenna@dmsolutions.ca Date: 2004/01/18 - 00:28

The online docs are updated in CVS, and the docs coordinator has been notified
of the update.