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

svn at osgeo.org svn at osgeo.org
Sun Aug 14 18:23:00 EDT 2011


Author: havatv
Date: 2011-08-14 15:23:00 -0700 (Sun, 14 Aug 2011)
New Revision: 12057

Modified:
   branches/branch-6-0/docs/en/mapscript/php/index.txt
   trunk/docs/en/mapscript/php/index.txt
Log:
Removed a linebreak that was causing compilation trouble - php mapscript

Modified: branches/branch-6-0/docs/en/mapscript/php/index.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/php/index.txt	2011-08-14 22:13:13 UTC (rev 12056)
+++ branches/branch-6-0/docs/en/mapscript/php/index.txt	2011-08-14 22:23:00 UTC (rev 12057)
@@ -1394,8 +1394,7 @@
         - Height : Height in pixel of the current image. 
         - Georef extent (rectObj) : current georef extents.
 
-int zoomscale(double nScaleDenom, pointObj oPixelPos, int nImageWidth,
-int nImageHeight, rectObj oGeorefExt [, rectObj oMaxGeorefExt])
+int zoomscale(double nScaleDenom, pointObj oPixelPos, int nImageWidth, int nImageHeight, rectObj oGeorefExt [, rectObj oMaxGeorefExt])
     Zoom in or out to a given XY position so that the map is 
     displayed at specified scale. Returns MS_SUCCESS or MS_FAILURE on error.
 

Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt	2011-08-14 22:13:13 UTC (rev 12056)
+++ trunk/docs/en/mapscript/php/index.txt	2011-08-14 22:23:00 UTC (rev 12057)
@@ -1394,8 +1394,7 @@
         - Height : Height in pixel of the current image. 
         - Georef extent (rectObj) : current georef extents.
 
-int zoomscale(double nScaleDenom, pointObj oPixelPos, int nImageWidth,
-int nImageHeight, rectObj oGeorefExt [, rectObj oMaxGeorefExt])
+int zoomscale(double nScaleDenom, pointObj oPixelPos, int nImageWidth, int nImageHeight, rectObj oGeorefExt [, rectObj oMaxGeorefExt])
     Zoom in or out to a given XY position so that the map is 
     displayed at specified scale. Returns MS_SUCCESS or MS_FAILURE on error.
 



More information about the mapserver-commits mailing list