[mapserver-commits] r9808 - trunk/docs/en/mapscript/php

svn at osgeo.org svn at osgeo.org
Sat Feb 20 12:23:27 EST 2010


Author: jmckenna
Date: 2010-02-20 12:23:27 -0500 (Sat, 20 Feb 2010)
New Revision: 9808

Modified:
   trunk/docs/en/mapscript/php/index.txt
Log:
correct setconnectiontype function name (ticket:3328)

Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt	2010-02-20 17:11:46 UTC (rev 9807)
+++ trunk/docs/en/mapscript/php/index.txt	2010-02-20 17:23:27 UTC (rev 9808)
@@ -1004,13 +1004,13 @@
     Returns MS_TRUE/MS_FALSE depending on whether the layer is 
     currently visible in the map (i.e. turned on, in scale, etc.). 
 
-int setConenctionType(int connectiontype [,string plugin_library])
+int setConnectionType(int connectiontype [,string plugin_library])
     Changes the connectiontype of the layer and recreates the vtable 
     according to the new connection type. This method should be used 
     instead of setting the connectiontype parameter directly. 
-    In case when the layer.connectiontype = MS_PLUGIN the plugin_library
+    In the case when the layer.connectiontype = MS_PLUGIN the plugin_library
     parameter should also be specified so as to select the library to 
-    load by mapserver. For the other connection types this parameter 
+    load by MapServer. For the other connection types this parameter 
     is not used. 
 
 legendObj



More information about the mapserver-commits mailing list