[mapserver-commits] r9145 - trunk/mapserver/mapscript/swiginc

svn at osgeo.org svn at osgeo.org
Tue Jul 7 12:27:21 EDT 2009


Author: sdlime
Date: 2009-07-07 12:27:20 -0400 (Tue, 07 Jul 2009)
New Revision: 9145

Modified:
   trunk/mapserver/mapscript/swiginc/layer.i
Log:
Updated the call to msLayerWhichItems() in layer.i

Modified: trunk/mapserver/mapscript/swiginc/layer.i
===================================================================
--- trunk/mapserver/mapscript/swiginc/layer.i	2009-07-07 16:00:19 UTC (rev 9144)
+++ trunk/mapserver/mapscript/swiginc/layer.i	2009-07-07 16:27:20 UTC (rev 9145)
@@ -159,7 +159,7 @@
         int oldconnectiontype = self->connectiontype;
         self->connectiontype = MS_INLINE;
 
-        if(msLayerWhichItems(self, MS_TRUE, MS_FALSE, NULL) != MS_SUCCESS) {
+        if(msLayerWhichItems(self, MS_TRUE, NULL) != MS_SUCCESS) {
             self->connectiontype = oldconnectiontype;
             return MS_FAILURE;
         }



More information about the mapserver-commits mailing list