[mapserver-commits] r9146 - trunk/mapserver/mapscript/php3

svn at osgeo.org svn at osgeo.org
Tue Jul 7 12:39:00 EDT 2009


Author: aboudreault
Date: 2009-07-07 12:38:59 -0400 (Tue, 07 Jul 2009)
New Revision: 9146

Modified:
   trunk/mapserver/mapscript/php3/mapscript_i.c
Log:
Modified the PHP mapscript msLayerWhichItems() call to the new signature

Modified: trunk/mapserver/mapscript/php3/mapscript_i.c
===================================================================
--- trunk/mapserver/mapscript/php3/mapscript_i.c	2009-07-07 16:27:20 UTC (rev 9145)
+++ trunk/mapserver/mapscript/php3/mapscript_i.c	2009-07-07 16:38:59 UTC (rev 9146)
@@ -404,7 +404,7 @@
     int oldconnectiontype = self->connectiontype;
     self->connectiontype = MS_INLINE;
 
-    if(msLayerWhichItems(self, MS_TRUE, MS_FALSE, NULL) != MS_SUCCESS) {
+    if(msLayerWhichItems(self, MS_FALSE, NULL) != MS_SUCCESS) {
         self->connectiontype = oldconnectiontype;
         return MS_FAILURE;
     }



More information about the mapserver-commits mailing list